#CCBA81

Color #CCBA81 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #CCBA81

Tints of Yuma #CCBA81

Color information

#CCBA81 (or 0xCCBA81) is unknown color: approx Yuma. HEX triplet: CC, BA and 81. RGB value is (204,186,129). Sum of RGB (Red+Green+Blue) = 204+186+129=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA81 is #33457E. Grayscale: #B9B9B9. Windows color (decimal): -3360127 or 8501964. OLE color: 8501964.

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

Color convert

RGB204186129-
CMYK00.090.370.2
HSL45.6º42.37%65.29%-
HSV(B)45.6º36.76%80%-
XYZ46.4249.5427.88-
YUV184.8896.46141.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 129 (50.78% from 255) = 24.86%
R=39.31%
G=35.84%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418612900.090.370.245.642.3765.29
HexCCBA810925142e2a41
Octal31427220101145245652101
Binary11001100101110101000000101001100101101001011101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA81; }

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

 H1.HeaderClassName
 {
   color: #CCBA81;
 }
 .AnyTagClassName
 {
   color: #CCBA81;
 }
</style>
background-color css

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

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

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

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

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

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