#CCBD8E

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

Shades of Yuma #CCBD8E

Tints of Yuma #CCBD8E

Color information

#CCBD8E (or 0xCCBD8E) is unknown color: approx Yuma. HEX triplet: CC, BD and 8E. RGB value is (204,189,142). Sum of RGB (Red+Green+Blue) = 204+189+142=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD8E is #334271. Grayscale: #BCBCBC. Windows color (decimal): -3359346 or 9354700. OLE color: 9354700.

HSL color Cylindrical-coordinate representation of color #CCBD8E: hue angle of 45.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCBD8E is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204189142-
CMYK00.070.300.2
HSL45.48º37.8%67.84%-
HSV(B)45.48º30.39%80%-
XYZ47.9851.1932.94-
YUV188.13101.97139.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=38.13%
G=35.33%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418914200.070.300.245.4837.867.84
HexCCBD8E071E142d2644
Octal3142752160736245546104
Binary110011001011110110001110011111110101001011011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD8E; }

 p { color: rgb(204,189,142); }

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

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

 a { background-color: rgb(204,189,142); }

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

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

 span { border-color: rgb(204,189,142); }

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