Html Css Color HEX #CCB687 Yuma

📋 copy color: '#CCB687'

red 204 ◦ green 182 ◦ blue 135

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

Shades of Yuma #CCB687

Tints of Yuma #CCB687

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.93%

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

R = 39.16%
G = 34.93%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCB687 (or 0xCCB687) is known color: Yuma. HEX triplet: CC, B6 and 87. RGB value is (204,182,135). Sum of RGB (Red+Green+Blue) = 204+182+135=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB687 is #334978. Grayscale: #B7B7B7. Windows color (decimal): -3361145 or 8894156. OLE color: 8894156.

HSL color Cylindrical-coordinate representation of color #CCB687: hue angle of 40.87º 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 #CCB687 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 135 -
CMYK 0 0.11 0.34 0.2
HSL 40.87º 0.4% 0.66% -
HSV(B) 40.87º 0.34% 0.8% -
XYZ 46 48.04 29.77 -
YUV 183.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 204 182 135 0 0.11 0.34 0.2 40.87 0.4 0.66
Hex CC B6 87 0 B 22 14 29 28 42
Octal 314 266 207 0 13 42 24 51 50 102
Binary 11001100 10110110 10000111 0 1011 100010 10100 101001 101000 1000010

Color Harmonies of #CCB687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB687

Black with #CCB687

Text Example


Text Example

White with #CCB687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB687; }

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

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

background-color css

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

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

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

border-color css

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

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

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