Html Css Color HEX #CCBC87 Yuma

📋 copy color: '#CCBC87'

red 204 ◦ green 188 ◦ blue 135

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

Shades of Yuma #CCBC87

Tints of Yuma #CCBC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.62%

R = 38.71%
G = 35.67%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCBC87 (or 0xCCBC87) is known color: Yuma. HEX triplet: CC, BC and 87. RGB value is (204,188,135). Sum of RGB (Red+Green+Blue) = 204+188+135=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC87 is #334378. Grayscale: #BABABA. Windows color (decimal): -3359609 or 8895692. OLE color: 8895692.

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

Color convert

RGB 204 188 135 -
CMYK 0 0.08 0.34 0.2
HSL 46.09º 0.4% 0.66% -
HSV(B) 46.09º 0.34% 0.8% -
XYZ 47.26 50.55 30.19 -
YUV 186.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 204 188 135 0 0.08 0.34 0.2 46.09 0.4 0.66
Hex CC BC 87 0 8 22 14 2E 28 42
Octal 314 274 207 0 10 42 24 56 50 102
Binary 11001100 10111100 10000111 0 1000 100010 10100 101110 101000 1000010

Color Harmonies of #CCBC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC87

Black with #CCBC87

Text Example


Text Example

White with #CCBC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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