Html Css Color HEX #CCB988 Yuma

📋 copy color: '#CCB988'

red 204 ◦ green 185 ◦ blue 136

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

Shades of Yuma #CCB988

Tints of Yuma #CCB988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.24%

 BLUE value IS 136 (53.52% from 255) = 25.9%

R = 38.86%
G = 35.24%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCB988 (or 0xCCB988) is known color: Yuma. HEX triplet: CC, B9 and 88. RGB value is (204,185,136). Sum of RGB (Red+Green+Blue) = 204+185+136=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB988 is #334677. Grayscale: #B9B9B9. Windows color (decimal): -3360376 or 8960460. OLE color: 8960460.

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

Color convert

RGB 204 185 136 -
CMYK 0 0.09 0.33 0.2
HSL 43.24º 0.4% 0.67% -
HSV(B) 43.24º 0.33% 0.8% -
XYZ 46.69 49.31 30.35 -
YUV 185.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 204 185 136 0 0.09 0.33 0.2 43.24 0.4 0.67
Hex CC B9 88 0 9 21 14 2B 28 43
Octal 314 271 210 0 11 41 24 53 50 103
Binary 11001100 10111001 10001000 0 1001 100001 10100 101011 101000 1000011

Color Harmonies of #CCB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB988

Black with #CCB988

Text Example


Text Example

White with #CCB988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB988; }

 p { color: rgb(204,185,136); }

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

background-color css

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

 a { background-color: rgb(204,185,136); }

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

border-color css

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

 span { border-color: rgb(204,185,136); }

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