Html Css Color HEX #CBC556 Wild Willow

📋 copy color: '#CBC556'

red 203 ◦ green 197 ◦ blue 86

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

Shades of Wild Willow #CBC556

Tints of Wild Willow #CBC556

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.53%

 BLUE value IS 86 (33.98% from 255) = 17.7%

R = 41.77%
G = 40.53%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CBC556 (or 0xCBC556) is known color: Wild Willow. HEX triplet: CB, C5 and 56. RGB value is (203,197,86). Sum of RGB (Red+Green+Blue) = 203+197+86=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC556 is #343AA9. Grayscale: #BABABA. Windows color (decimal): -3422890 or 5686731. OLE color: 5686731.

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

Color convert

RGB 203 197 86 -
CMYK 0 0.03 0.58 0.20
HSL 56.92º 0.53% 0.57% -
HSV(B) 56.92º 0.58% 0.8% -
XYZ 46.27 53.3 16.65 -
YUV 186.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 203 197 86 0 0.03 0.58 0.20 56.92 0.53 0.57
Hex CB C5 56 0 3 3A 14 39 35 39
Octal 313 305 126 0 3 72 24 71 65 71
Binary 11001011 11000101 1010110 0 11 111010 10100 111001 110101 111001

Color Harmonies of #CBC556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC556

Black with #CBC556

Text Example


Text Example

White with #CBC556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC556; }

 p { color: rgb(203,197,86); }

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

background-color css

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

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

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

border-color css

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

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

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