#CBCD69

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

Shades of Wild Willow #CBCD69

Tints of Wild Willow #CBCD69

Color information

#CBCD69 (or 0xCBCD69) is unknown color: approx Wild Willow. HEX triplet: CB, CD and 69. RGB value is (203,205,105). Sum of RGB (Red+Green+Blue) = 203+205+105=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD69 is #343296. Grayscale: #C1C1C1. Windows color (decimal): -3420823 or 6933963. OLE color: 6933963.

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

Color convert

RGB203205105-
CMYK0.0100.490.20
HSL61.2º50%60.78%-
HSV(B)61.2º48.78%80.39%-
XYZ49.0157.3821.86-
YUV19378.34135.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 105 (41.41% from 255) = 20.47%
R=39.57%
G=39.96%
B=20.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032051050.0100.490.2061.25060.78
HexCBCD691031143d323d
Octal313315151106124756275
Binary110010111100110111010011011000110100111101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCD69; }

 p { color: rgb(203,205,105); }

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

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

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

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

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

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

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