Html Css Color HEX #C9C227 Barberry

📋 copy color: '#C9C227'

red 201 ◦ green 194 ◦ blue 39

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

Shades of Barberry #C9C227

Tints of Barberry #C9C227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.99%

R = 46.31%
G = 44.7%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C9C227 (or 0xC9C227) is known color: Barberry. HEX triplet: C9, C2 and 27. RGB value is (201,194,39). Sum of RGB (Red+Green+Blue) = 201+194+39=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C227 is #363DD8. Grayscale: #B3B3B3. Windows color (decimal): -3554777 or 2605769. OLE color: 2605769.

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

Color convert

RGB 201 194 39 -
CMYK 0 0.03 0.81 0.21
HSL 57.41º 0.68% 0.47% -
HSV(B) 57.41º 0.81% 0.79% -
XYZ 43.75 51.15 9.49 -
YUV 178.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 201 194 39 0 0.03 0.81 0.21 57.41 0.68 0.47
Hex C9 C2 27 0 3 51 15 39 44 2F
Octal 311 302 47 0 3 121 25 71 104 57
Binary 11001001 11000010 100111 0 11 1010001 10101 111001 1000100 101111

Color Harmonies of #C9C227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C227

Black with #C9C227

Text Example


Text Example

White with #C9C227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C227; }

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

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

background-color css

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

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

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

border-color css

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

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

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