#CCBD88

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

Shades of Yuma #CCBD88

Tints of Yuma #CCBD88

Color information

#CCBD88 (or 0xCCBD88) is unknown color: approx Yuma. HEX triplet: CC, BD and 88. RGB value is (204,189,136). Sum of RGB (Red+Green+Blue) = 204+189+136=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD88 is #334277. Grayscale: #BBBBBB. Windows color (decimal): -3359352 or 8961484. OLE color: 8961484.

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

Color convert

RGB204189136-
CMYK00.070.330.2
HSL46.76º40%66.67%-
HSV(B)46.76º33.33%80%-
XYZ47.5451.0130.63-
YUV187.4498.97139.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 136 (53.52% from 255) = 25.71%
R=38.56%
G=35.73%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418913600.070.330.246.764066.67
HexCCBD880721142f2843
Octal3142752100741245750103
Binary1100110010111101100010000111100001101001011111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD88; }

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

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

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

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

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

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

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

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