Html Css Color HEX #C9C12A Barberry

📋 copy color: '#C9C12A'

red 201 ◦ green 193 ◦ blue 42

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

Shades of Barberry #C9C12A

Tints of Barberry #C9C12A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.27%

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

R = 46.1%
G = 44.27%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9C12A (or 0xC9C12A) is known color: Barberry. HEX triplet: C9, C1 and 2A. RGB value is (201,193,42). Sum of RGB (Red+Green+Blue) = 201+193+42=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C12A is #363ED5. Grayscale: #B2B2B2. Windows color (decimal): -3555030 or 2802121. OLE color: 2802121.

HSL color Cylindrical-coordinate representation of color #C9C12A: hue angle of 56.98º 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 #C9C12A is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 193 42 -
CMYK 0 0.04 0.79 0.21
HSL 56.98º 0.65% 0.48% -
HSV(B) 56.98º 0.79% 0.79% -
XYZ 43.58 50.72 9.68 -
YUV 178.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 201 193 42 0 0.04 0.79 0.21 56.98 0.65 0.48
Hex C9 C1 2A 0 4 4F 15 39 41 30
Octal 311 301 52 0 4 117 25 71 101 60
Binary 11001001 11000001 101010 0 100 1001111 10101 111001 1000001 110000

Color Harmonies of #C9C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C12A

Black with #C9C12A

Text Example


Text Example

White with #C9C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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