Html Css Color HEX #C9C41E Barberry

📋 copy color: '#C9C41E'

red 201 ◦ green 196 ◦ blue 30

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

Shades of Barberry #C9C41E

Tints of Barberry #C9C41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.9%

 BLUE value IS 30 (12.11% from 255) = 7.03%

R = 47.07%
G = 45.9%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9C41E (or 0xC9C41E) is known color: Barberry. HEX triplet: C9, C4 and 1E. RGB value is (201,196,30). Sum of RGB (Red+Green+Blue) = 201+196+30=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C41E is #363BE1. Grayscale: #B3B3B3. Windows color (decimal): -3554274 or 2016457. OLE color: 2016457.

HSL color Cylindrical-coordinate representation of color #C9C41E: hue angle of 58.25º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9C41E is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 196 30 -
CMYK 0 0.02 0.85 0.21
HSL 58.25º 0.74% 0.45% -
HSV(B) 58.25º 0.85% 0.79% -
XYZ 44.06 51.99 8.94 -
YUV 178.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 201 196 30 0 0.02 0.85 0.21 58.25 0.74 0.45
Hex C9 C4 1E 0 2 55 15 3A 4A 2D
Octal 311 304 36 0 2 125 25 72 112 55
Binary 11001001 11000100 11110 0 10 1010101 10101 111010 1001010 101101

Color Harmonies of #C9C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C41E

Black with #C9C41E

Text Example


Text Example

White with #C9C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C41E; }

 p { color: rgb(201,196,30); }

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

background-color css

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

 a { background-color: rgb(201,196,30); }

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

border-color css

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

 span { border-color: rgb(201,196,30); }

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