Html Css Color HEX #C9CB20 Barberry

📋 copy color: '#C9CB20'

red 201 ◦ green 203 ◦ blue 32

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

Shades of Barberry #C9CB20

Tints of Barberry #C9CB20

RGB

 RED value IS 201 (78.91% from 255) = 46.1%

 GREEN value IS 203 (79.69% from 255) = 46.56%

 BLUE value IS 32 (12.89% from 255) = 7.34%

R = 46.1%
G = 46.56%
B = 7.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#C9CB20 (or 0xC9CB20) is known color: Barberry. HEX triplet: C9, CB and 20. RGB value is (201,203,32). Sum of RGB (Red+Green+Blue) = 201+203+32=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CB20 is #3634DF. Grayscale: #B7B7B7. Windows color (decimal): -3552480 or 2149321. OLE color: 2149321.

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

Color convert

RGB 201 203 32 -
CMYK 0.01 0 0.84 0.20
HSL 60.7º 0.73% 0.46% -
HSV(B) 60.7º 0.84% 0.8% -
XYZ 45.7 55.23 9.62 -
YUV 182.91 42.84 140.9 -
System Red Green Blue C M Y K H S L
Decimal 201 203 32 0.01 0 0.84 0.20 60.7 0.73 0.46
Hex C9 CB 20 1 0 54 14 3D 49 2E
Octal 311 313 40 1 0 124 24 75 111 56
Binary 11001001 11001011 100000 1 0 1010100 10100 111101 1001001 101110

Color Harmonies of #C9CB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CB20

Black with #C9CB20

Text Example


Text Example

White with #C9CB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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