Html Css Color HEX #C9C224 Barberry

📋 copy color: '#C9C224'

red 201 ◦ green 194 ◦ blue 36

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

Shades of Barberry #C9C224

Tints of Barberry #C9C224

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.01%

 BLUE value IS 36 (14.45% from 255) = 8.35%

R = 46.64%
G = 45.01%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C9C224 (or 0xC9C224) is known color: Barberry. HEX triplet: C9, C2 and 24. RGB value is (201,194,36). Sum of RGB (Red+Green+Blue) = 201+194+36=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C224 is #363DDB. Grayscale: #B2B2B2. Windows color (decimal): -3554780 or 2409161. OLE color: 2409161.

HSL color Cylindrical-coordinate representation of color #C9C224: hue angle of 57.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9C224 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 194 36 -
CMYK 0 0.03 0.82 0.21
HSL 57.45º 0.7% 0.46% -
HSV(B) 57.45º 0.82% 0.79% -
XYZ 43.7 51.13 9.23 -
YUV 178.08 47.82 144.35 -
System Red Green Blue C M Y K H S L
Decimal 201 194 36 0 0.03 0.82 0.21 57.45 0.7 0.46
Hex C9 C2 24 0 3 52 15 39 46 2E
Octal 311 302 44 0 3 122 25 71 106 56
Binary 11001001 11000010 100100 0 11 1010010 10101 111001 1000110 101110

Color Harmonies of #C9C224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C224

Black with #C9C224

Text Example


Text Example

White with #C9C224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C224; }

 p { color: rgb(201,194,36); }

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

background-color css

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

 a { background-color: rgb(201,194,36); }

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

border-color css

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

 span { border-color: rgb(201,194,36); }

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