Html Css Color HEX #CCB889 Yuma

📋 copy color: '#CCB889'

red 204 ◦ green 184 ◦ blue 137

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

Shades of Yuma #CCB889

Tints of Yuma #CCB889

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.05%

 BLUE value IS 137 (53.91% from 255) = 26.1%

R = 38.86%
G = 35.05%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCB889 (or 0xCCB889) is known color: Yuma. HEX triplet: CC, B8 and 89. RGB value is (204,184,137). Sum of RGB (Red+Green+Blue) = 204+184+137=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB889 is #334776. Grayscale: #B8B8B8. Windows color (decimal): -3360631 or 9025740. OLE color: 9025740.

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

Color convert

RGB 204 184 137 -
CMYK 0 0.10 0.33 0.2
HSL 42.09º 0.4% 0.67% -
HSV(B) 42.09º 0.33% 0.8% -
XYZ 46.56 48.92 30.66 -
YUV 184.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 204 184 137 0 0.10 0.33 0.2 42.09 0.4 0.67
Hex CC B8 89 0 A 21 14 2A 28 43
Octal 314 270 211 0 12 41 24 52 50 103
Binary 11001100 10111000 10001001 0 1010 100001 10100 101010 101000 1000011

Color Harmonies of #CCB889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB889

Black with #CCB889

Text Example


Text Example

White with #CCB889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB889; }

 p { color: rgb(204,184,137); }

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

background-color css

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

 a { background-color: rgb(204,184,137); }

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

border-color css

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

 span { border-color: rgb(204,184,137); }

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