Html Css Color HEX #CCBA89 Yuma

📋 copy color: '#CCBA89'

red 204 ◦ green 186 ◦ blue 137

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

Shades of Yuma #CCBA89

Tints of Yuma #CCBA89

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

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

R = 38.71%
G = 35.29%
B = 26%

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

#CCBA89 (or 0xCCBA89) is known color: Yuma. HEX triplet: CC, BA and 89. RGB value is (204,186,137). Sum of RGB (Red+Green+Blue) = 204+186+137=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA89 is #334576. Grayscale: #BABABA. Windows color (decimal): -3360119 or 9026252. OLE color: 9026252.

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

Color convert

RGB 204 186 137 -
CMYK 0 0.09 0.33 0.2
HSL 43.88º 0.4% 0.67% -
HSV(B) 43.88º 0.33% 0.8% -
XYZ 46.98 49.76 30.8 -
YUV 185.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 204 186 137 0 0.09 0.33 0.2 43.88 0.4 0.67
Hex CC BA 89 0 9 21 14 2C 28 43
Octal 314 272 211 0 11 41 24 54 50 103
Binary 11001100 10111010 10001001 0 1001 100001 10100 101100 101000 1000011

Color Harmonies of #CCBA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA89

Black with #CCBA89

Text Example


Text Example

White with #CCBA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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