Html Css Color HEX #C9C12F Barberry

📋 copy color: '#C9C12F'

red 201 ◦ green 193 ◦ blue 47

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

Shades of Barberry #C9C12F

Tints of Barberry #C9C12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.66%

R = 45.58%
G = 43.76%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9C12F (or 0xC9C12F) is known color: Barberry. HEX triplet: C9, C1 and 2F. RGB value is (201,193,47). Sum of RGB (Red+Green+Blue) = 201+193+47=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C12F is #363ED0. Grayscale: #B3B3B3. Windows color (decimal): -3555025 or 3129801. OLE color: 3129801.

HSL color Cylindrical-coordinate representation of color #C9C12F: hue angle of 56.88º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9C12F is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 193 47 -
CMYK 0 0.04 0.77 0.21
HSL 56.88º 0.62% 0.49% -
HSV(B) 56.88º 0.77% 0.79% -
XYZ 43.67 50.76 10.19 -
YUV 178.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 201 193 47 0 0.04 0.77 0.21 56.88 0.62 0.49
Hex C9 C1 2F 0 4 4D 15 39 3E 31
Octal 311 301 57 0 4 115 25 71 76 61
Binary 11001001 11000001 101111 0 100 1001101 10101 111001 111110 110001

Color Harmonies of #C9C12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C12F

Black with #C9C12F

Text Example


Text Example

White with #C9C12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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