Html Css Color HEX #CCBC77 Yuma

📋 copy color: '#CCBC77'

red 204 ◦ green 188 ◦ blue 119

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

Shades of Yuma #CCBC77

Tints of Yuma #CCBC77

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.79%

 BLUE value IS 119 (46.88% from 255) = 23.29%

R = 39.92%
G = 36.79%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCBC77 (or 0xCCBC77) is known color: Yuma. HEX triplet: CC, BC and 77. RGB value is (204,188,119). Sum of RGB (Red+Green+Blue) = 204+188+119=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC77 is #334388. Grayscale: #B9B9B9. Windows color (decimal): -3359625 or 7847116. OLE color: 7847116.

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

Color convert

RGB 204 188 119 -
CMYK 0 0.08 0.42 0.2
HSL 48.71º 0.45% 0.63% -
HSV(B) 48.71º 0.42% 0.8% -
XYZ 46.21 50.14 24.69 -
YUV 184.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 204 188 119 0 0.08 0.42 0.2 48.71 0.45 0.63
Hex CC BC 77 0 8 2A 14 31 2D 3F
Octal 314 274 167 0 10 52 24 61 55 77
Binary 11001100 10111100 1110111 0 1000 101010 10100 110001 101101 111111

Color Harmonies of #CCBC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC77

Black with #CCBC77

Text Example


Text Example

White with #CCBC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC77; }

 p { color: rgb(204,188,119); }

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

background-color css

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

 a { background-color: rgb(204,188,119); }

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

border-color css

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

 span { border-color: rgb(204,188,119); }

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