Html Css Color HEX #CBC662 Wild Willow

📋 copy color: '#CBC662'

red 203 ◦ green 198 ◦ blue 98

#CBC662
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CBC662

Tints of Wild Willow #CBC662

RGB

 RED value IS 203 (79.69% from 255) = 40.68%

 GREEN value IS 198 (77.73% from 255) = 39.68%

 BLUE value IS 98 (38.67% from 255) = 19.64%

R = 40.68%
G = 39.68%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBC662 (or 0xCBC662) is known color: Wild Willow. HEX triplet: CB, C6 and 62. RGB value is (203,198,98). Sum of RGB (Red+Green+Blue) = 203+198+98=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC662 is #34399D. Grayscale: #BCBCBC. Windows color (decimal): -3422622 or 6473419. OLE color: 6473419.

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

Color convert

RGB 203 198 98 -
CMYK 0 0.02 0.52 0.20
HSL 57.14º 0.5% 0.59% -
HSV(B) 57.14º 0.52% 0.8% -
XYZ 47.03 53.97 19.49 -
YUV 188.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 203 198 98 0 0.02 0.52 0.20 57.14 0.5 0.59
Hex CB C6 62 0 2 34 14 39 32 3B
Octal 313 306 142 0 2 64 24 71 62 73
Binary 11001011 11000110 1100010 0 10 110100 10100 111001 110010 111011

Color Harmonies of #CBC662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC662

Black with #CBC662

Text Example


Text Example

White with #CBC662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC662; }

 p { color: rgb(203,198,98); }

 H1.HeaderClassName
 {
   color: #CBC662;
 }
 .AnyTagClassName
 {
   color: #CBC662;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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