Html Css Color HEX #C8BC2C Barberry

📋 copy color: '#C8BC2C'

red 200 ◦ green 188 ◦ blue 44

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

Shades of Barberry #C8BC2C

Tints of Barberry #C8BC2C

RGB

 RED value IS 200 (78.52% from 255) = 46.3%

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

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

R = 46.3%
G = 43.52%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8BC2C (or 0xC8BC2C) is known color: Barberry. HEX triplet: C8, BC and 2C. RGB value is (200,188,44). Sum of RGB (Red+Green+Blue) = 200+188+44=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC2C is #3743D3. Grayscale: #AFAFAF. Windows color (decimal): -3621844 or 2931912. OLE color: 2931912.

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

Color convert

RGB 200 188 44 -
CMYK 0 0.06 0.78 0.22
HSL 55.38º 0.64% 0.48% -
HSV(B) 55.38º 0.78% 0.78% -
XYZ 42.26 48.43 9.5 -
YUV 175.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 200 188 44 0 0.06 0.78 0.22 55.38 0.64 0.48
Hex C8 BC 2C 0 6 4E 16 37 40 30
Octal 310 274 54 0 6 116 26 67 100 60
Binary 11001000 10111100 101100 0 110 1001110 10110 110111 1000000 110000

Color Harmonies of #C8BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC2C

Black with #C8BC2C

Text Example


Text Example

White with #C8BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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