Html Css Color HEX #CCBB80 Yuma

📋 copy color: '#CCBB80'

red 204 ◦ green 187 ◦ blue 128

#CCBB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yuma #CCBB80

Tints of Yuma #CCBB80

RGB

 RED value IS 204 (80.08% from 255) = 39.31%

 GREEN value IS 187 (73.44% from 255) = 36.03%

 BLUE value IS 128 (50.39% from 255) = 24.66%

R = 39.31%
G = 36.03%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCBB80 (or 0xCCBB80) is known color: Yuma. HEX triplet: CC, BB and 80. RGB value is (204,187,128). Sum of RGB (Red+Green+Blue) = 204+187+128=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB80 is #33447F. Grayscale: #B9B9B9. Windows color (decimal): -3359872 or 8436684. OLE color: 8436684.

HSL color Cylindrical-coordinate representation of color #CCBB80: hue angle of 46.58º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCBB80 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 128 -
CMYK 0 0.08 0.37 0.2
HSL 46.58º 0.43% 0.65% -
HSV(B) 46.58º 0.37% 0.8% -
XYZ 46.57 49.94 27.61 -
YUV 185.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 204 187 128 0 0.08 0.37 0.2 46.58 0.43 0.65
Hex CC BB 80 0 8 25 14 2F 2B 41
Octal 314 273 200 0 10 45 24 57 53 101
Binary 11001100 10111011 10000000 0 1000 100101 10100 101111 101011 1000001

Color Harmonies of #CCBB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB80

Black with #CCBB80

Text Example


Text Example

White with #CCBB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB80; }

 p { color: rgb(204,187,128); }

 H1.HeaderClassName
 {
   color: #CCBB80;
 }
 .AnyTagClassName
 {
   color: #CCBB80;
 }
</style>

background-color css

<style>
 a { background-color: #CCBB80; }

 a { background-color: rgb(204,187,128); }

 div.DivClassName
 {
   background-color: #CCBB80;
 }
 .BgClassName
 {
   background-color: #CCBB80;
 }
</style>

border-color css

<style>
 span { border-color: #CCBB80; }

 span { border-color: rgb(204,187,128); }

 td.TdClassName
 {
   border-color: #CCBB80;
 }
 .TagClassName
 {
   border-color: #CCBB80;
 }
</style>