#CBC023

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

Shades of Barberry #CBC023

Tints of Barberry #CBC023

Color information

#CBC023 (or 0xCBC023) is unknown color: approx Barberry. HEX triplet: CB, C0 and 23. RGB value is (203,192,35). Sum of RGB (Red+Green+Blue) = 203+192+35=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC023 is #343FDC. Grayscale: #B2B2B2. Windows color (decimal): -3424221 or 2343115. OLE color: 2343115.

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

Color convert

RGB20319235-
CMYK00.050.830.20
HSL56.07º70.59%46.67%-
HSV(B)56.07º82.76%79.61%-
XYZ43.7850.529.03-
YUV177.3947.64146.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 35 (14.06% from 255) = 8.14%
R=47.21%
G=44.65%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031923500.050.830.2056.0770.5946.67
HexCBC02305531438472f
Octal3133004305123247010757
Binary110010111100000010001101011010011101001110001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC023; }

 p { color: rgb(203,192,35); }

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

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

 a { background-color: rgb(203,192,35); }

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

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

 span { border-color: rgb(203,192,35); }

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