#CCBC7F

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

Shades of Yuma #CCBC7F

Tints of Yuma #CCBC7F

Color information

#CCBC7F (or 0xCCBC7F) is unknown color: approx Yuma. HEX triplet: CC, BC and 7F. RGB value is (204,188,127). Sum of RGB (Red+Green+Blue) = 204+188+127=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC7F is #334380. Grayscale: #BABABA. Windows color (decimal): -3359617 or 8371404. OLE color: 8371404.

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

Color convert

RGB204188127-
CMYK00.080.380.2
HSL47.53º43.02%64.9%-
HSV(B)47.53º37.75%80%-
XYZ46.7250.3427.33-
YUV185.8394.8140.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 127 (50% from 255) = 24.47%
R=39.31%
G=36.22%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418812700.080.380.247.5343.0264.9
HexCCBC7F082614302b41
Octal31427417701046246053101
Binary1100110010111100111111101000100110101001100001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC7F; }

 p { color: rgb(204,188,127); }

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

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

 a { background-color: rgb(204,188,127); }

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

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

 span { border-color: rgb(204,188,127); }

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