Html Css Color HEX #CCB586 Yuma

📋 copy color: '#CCB586'

red 204 ◦ green 181 ◦ blue 134

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

Shades of Yuma #CCB586

Tints of Yuma #CCB586

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.87%

 BLUE value IS 134 (52.73% from 255) = 25.82%

R = 39.31%
G = 34.87%
B = 25.82%

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

#CCB586 (or 0xCCB586) is known color: Yuma. HEX triplet: CC, B5 and 86. RGB value is (204,181,134). Sum of RGB (Red+Green+Blue) = 204+181+134=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB586 is #334A79. Grayscale: #B6B6B6. Windows color (decimal): -3361402 or 8828364. OLE color: 8828364.

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

Color convert

RGB 204 181 134 -
CMYK 0 0.11 0.34 0.2
HSL 40.29º 0.41% 0.66% -
HSV(B) 40.29º 0.34% 0.8% -
XYZ 45.73 47.61 29.33 -
YUV 182.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 204 181 134 0 0.11 0.34 0.2 40.29 0.41 0.66
Hex CC B5 86 0 B 22 14 28 29 42
Octal 314 265 206 0 13 42 24 50 51 102
Binary 11001100 10110101 10000110 0 1011 100010 10100 101000 101001 1000010

Color Harmonies of #CCB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB586

Black with #CCB586

Text Example


Text Example

White with #CCB586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB586; }

 p { color: rgb(204,181,134); }

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

background-color css

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

 a { background-color: rgb(204,181,134); }

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

border-color css

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

 span { border-color: rgb(204,181,134); }

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