#CBBC7D

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

Shades of Yuma #CBBC7D

Tints of Yuma #CBBC7D

Color information

#CBBC7D (or 0xCBBC7D) is unknown color: approx Yuma. HEX triplet: CB, BC and 7D. RGB value is (203,188,125). Sum of RGB (Red+Green+Blue) = 203+188+125=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC7D is #344382. Grayscale: #B9B9B9. Windows color (decimal): -3425155 or 8240331. OLE color: 8240331.

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

Color convert

RGB203188125-
CMYK00.070.380.20
HSL48.46º42.86%64.31%-
HSV(B)48.46º38.42%79.61%-
XYZ46.3150.1426.64-
YUV185.393.97140.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=39.34%
G=36.43%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318812500.070.380.2048.4642.8664.31
HexCBBC7D072614302b40
Octal3132741750746246053100
Binary110010111011110011111010111100110101001100001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBC7D; }

 p { color: rgb(203,188,125); }

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

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

 a { background-color: rgb(203,188,125); }

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

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

 span { border-color: rgb(203,188,125); }

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