#C8CC1F

Color #C8CC1F Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #C8CC1F

Tints of Barberry #C8CC1F

Color information

#C8CC1F (or 0xC8CC1F) is unknown color: approx Barberry. HEX triplet: C8, CC and 1F. RGB value is (200,204,31). Sum of RGB (Red+Green+Blue) = 200+204+31=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC1F is #3733E0. Grayscale: #B7B7B7. Windows color (decimal): -3617761 or 2084040. OLE color: 2084040.

HSL color Cylindrical-coordinate representation of color #C8CC1F: hue angle of 61.39º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8CC1F is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB20020431-
CMYK0.0200.850.2
HSL61.39º73.62%46.08%-
HSV(B)61.39º84.8%80%-
XYZ45.6655.569.61-
YUV183.0842.17140.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 31 (12.5% from 255) = 7.13%
R=45.98%
G=46.90%
B=7.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200204310.0200.850.261.3973.6246.08
HexC8CC1F2055143d4a2e
Octal3103143720125247511256
Binary1100100011001100111111001010101101001111011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CC1F; }

 p { color: rgb(200,204,31); }

 H1.HeaderClassName
 {
   color: #C8CC1F;
 }
 .AnyTagClassName
 {
   color: #C8CC1F;
 }
</style>
background-color css

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

 a { background-color: rgb(200,204,31); }

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

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

 span { border-color: rgb(200,204,31); }

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