Html Css Color HEX #C9C32A Barberry

📋 copy color: '#C9C32A'

red 201 ◦ green 195 ◦ blue 42

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

Shades of Barberry #C9C32A

Tints of Barberry #C9C32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.52%

 BLUE value IS 42 (16.8% from 255) = 9.59%

R = 45.89%
G = 44.52%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9C32A (or 0xC9C32A) is known color: Barberry. HEX triplet: C9, C3 and 2A. RGB value is (201,195,42). Sum of RGB (Red+Green+Blue) = 201+195+42=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C32A is #363CD5. Grayscale: #B3B3B3. Windows color (decimal): -3554518 or 2802633. OLE color: 2802633.

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

Color convert

RGB 201 195 42 -
CMYK 0 0.03 0.79 0.21
HSL 57.74º 0.65% 0.48% -
HSV(B) 57.74º 0.79% 0.79% -
XYZ 44.02 51.61 9.83 -
YUV 179.35 50.49 143.44 -
System Red Green Blue C M Y K H S L
Decimal 201 195 42 0 0.03 0.79 0.21 57.74 0.65 0.48
Hex C9 C3 2A 0 3 4F 15 3A 41 30
Octal 311 303 52 0 3 117 25 72 101 60
Binary 11001001 11000011 101010 0 11 1001111 10101 111010 1000001 110000

Color Harmonies of #C9C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C32A

Black with #C9C32A

Text Example


Text Example

White with #C9C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C32A; }

 p { color: rgb(201,195,42); }

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

background-color css

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

 a { background-color: rgb(201,195,42); }

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

border-color css

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

 span { border-color: rgb(201,195,42); }

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