Html Css Color HEX #C9C62A Barberry

📋 copy color: '#C9C62A'

red 201 ◦ green 198 ◦ blue 42

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

Shades of Barberry #C9C62A

Tints of Barberry #C9C62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.9%

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

R = 45.58%
G = 44.9%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9C62A (or 0xC9C62A) is known color: Barberry. HEX triplet: C9, C6 and 2A. RGB value is (201,198,42). Sum of RGB (Red+Green+Blue) = 201+198+42=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C62A is #3639D5. Grayscale: #B5B5B5. Windows color (decimal): -3553750 or 2803401. OLE color: 2803401.

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

Color convert

RGB 201 198 42 -
CMYK 0 0.01 0.79 0.21
HSL 58.87º 0.65% 0.48% -
HSV(B) 58.87º 0.79% 0.79% -
XYZ 44.7 52.97 10.06 -
YUV 181.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 201 198 42 0 0.01 0.79 0.21 58.87 0.65 0.48
Hex C9 C6 2A 0 1 4F 15 3B 41 30
Octal 311 306 52 0 1 117 25 73 101 60
Binary 11001001 11000110 101010 0 1 1001111 10101 111011 1000001 110000

Color Harmonies of #C9C62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C62A

Black with #C9C62A

Text Example


Text Example

White with #C9C62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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