#CBCB67

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

Shades of Wild Willow #CBCB67

Tints of Wild Willow #CBCB67

Color information

#CBCB67 (or 0xCBCB67) is unknown color: approx Wild Willow. HEX triplet: CB, CB and 67. RGB value is (203,203,103). Sum of RGB (Red+Green+Blue) = 203+203+103=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB67 is #343498. Grayscale: #C0C0C0. Windows color (decimal): -3421337 or 6802379. OLE color: 6802379.

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

Color convert

RGB203203103-
CMYK000.490.20
HSL60º49.02%60%-
HSV(B)60º49.26%79.61%-
XYZ48.4356.3921.16-
YUV191.678136.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 103 (40.62% from 255) = 20.24%
R=39.88%
G=39.88%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203103000.490.206049.0260
HexCBCB670031143c313c
Octal313313147006124746174
Binary110010111100101111001110011000110100111100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCB67; }

 p { color: rgb(203,203,103); }

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

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

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

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

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

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

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