Html Css Color HEX #C9C02F Barberry

📋 copy color: '#C9C02F'

red 201 ◦ green 192 ◦ blue 47

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

Shades of Barberry #C9C02F

Tints of Barberry #C9C02F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

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

R = 45.68%
G = 43.64%
B = 10.68%

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

#C9C02F (or 0xC9C02F) is known color: Barberry. HEX triplet: C9, C0 and 2F. RGB value is (201,192,47). Sum of RGB (Red+Green+Blue) = 201+192+47=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C02F is #363FD0. Grayscale: #B2B2B2. Windows color (decimal): -3555281 or 3129545. OLE color: 3129545.

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

Color convert

RGB 201 192 47 -
CMYK 0 0.04 0.77 0.21
HSL 56.49º 0.62% 0.49% -
HSV(B) 56.49º 0.77% 0.79% -
XYZ 43.45 50.32 10.11 -
YUV 178.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 201 192 47 0 0.04 0.77 0.21 56.49 0.62 0.49
Hex C9 C0 2F 0 4 4D 15 38 3E 31
Octal 311 300 57 0 4 115 25 70 76 61
Binary 11001001 11000000 101111 0 100 1001101 10101 111000 111110 110001

Color Harmonies of #C9C02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C02F

Black with #C9C02F

Text Example


Text Example

White with #C9C02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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