Html Css Color HEX #CBC95A Wild Willow

📋 copy color: '#CBC95A'

red 203 ◦ green 201 ◦ blue 90

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

Shades of Wild Willow #CBC95A

Tints of Wild Willow #CBC95A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.69%

 BLUE value IS 90 (35.55% from 255) = 18.22%

R = 41.09%
G = 40.69%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBC95A (or 0xCBC95A) is known color: Wild Willow. HEX triplet: CB, C9 and 5A. RGB value is (203,201,90). Sum of RGB (Red+Green+Blue) = 203+201+90=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC95A is #3436A5. Grayscale: #BDBDBD. Windows color (decimal): -3421862 or 5949899. OLE color: 5949899.

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

Color convert

RGB 203 201 90 -
CMYK 0 0.01 0.56 0.20
HSL 58.94º 0.52% 0.57% -
HSV(B) 58.94º 0.56% 0.8% -
XYZ 47.36 55.21 17.83 -
YUV 188.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 203 201 90 0 0.01 0.56 0.20 58.94 0.52 0.57
Hex CB C9 5A 0 1 38 14 3B 34 39
Octal 313 311 132 0 1 70 24 73 64 71
Binary 11001011 11001001 1011010 0 1 111000 10100 111011 110100 111001

Color Harmonies of #CBC95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC95A

Black with #CBC95A

Text Example


Text Example

White with #CBC95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC95A; }

 p { color: rgb(203,201,90); }

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

background-color css

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

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

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

border-color css

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

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

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