#CBC227

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

Shades of Barberry #CBC227

Tints of Barberry #CBC227

Color information

#CBC227 (or 0xCBC227) is unknown color: approx Barberry. HEX triplet: CB, C2 and 27. RGB value is (203,194,39). Sum of RGB (Red+Green+Blue) = 203+194+39=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC227 is #343DD8. Grayscale: #B3B3B3. Windows color (decimal): -3423705 or 2605771. OLE color: 2605771.

HSL color Cylindrical-coordinate representation of color #CBC227: hue angle of 56.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBC227 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB20319439-
CMYK00.040.810.20
HSL56.71º67.77%47.45%-
HSV(B)56.71º80.79%79.61%-
XYZ44.2951.439.51-
YUV179.0248.98145.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 194 (76.17% from 255) = 44.50%
BLUE value IS 39 (15.62% from 255) = 8.94%
R=46.56%
G=44.50%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031943900.040.810.2056.7167.7747.45
HexCBC22704511439442f
Octal3133024704121247110457
Binary110010111100001010011101001010001101001110011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC227; }

 p { color: rgb(203,194,39); }

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

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

 a { background-color: rgb(203,194,39); }

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

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

 span { border-color: rgb(203,194,39); }

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