Html Css Color HEX #C9BC2C Barberry

📋 copy color: '#C9BC2C'

red 201 ◦ green 188 ◦ blue 44

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

Shades of Barberry #C9BC2C

Tints of Barberry #C9BC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 46.42%
G = 43.42%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9BC2C (or 0xC9BC2C) is known color: Barberry. HEX triplet: C9, BC and 2C. RGB value is (201,188,44). Sum of RGB (Red+Green+Blue) = 201+188+44=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC2C is #3643D3. Grayscale: #B0B0B0. Windows color (decimal): -3556308 or 2931913. OLE color: 2931913.

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

Color convert

RGB 201 188 44 -
CMYK 0 0.06 0.78 0.21
HSL 55.03º 0.64% 0.48% -
HSV(B) 55.03º 0.78% 0.79% -
XYZ 42.53 48.57 9.52 -
YUV 175.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 201 188 44 0 0.06 0.78 0.21 55.03 0.64 0.48
Hex C9 BC 2C 0 6 4E 15 37 40 30
Octal 311 274 54 0 6 116 25 67 100 60
Binary 11001001 10111100 101100 0 110 1001110 10101 110111 1000000 110000

Color Harmonies of #C9BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC2C

Black with #C9BC2C

Text Example


Text Example

White with #C9BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC2C; }

 p { color: rgb(201,188,44); }

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

background-color css

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

 a { background-color: rgb(201,188,44); }

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

border-color css

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

 span { border-color: rgb(201,188,44); }

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