#CCCB18

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

Shades of Barberry #CCCB18

Tints of Barberry #CCCB18

Color information

#CCCB18 (or 0xCCCB18) is unknown color: approx Barberry. HEX triplet: CC, CB and 18. RGB value is (204,203,24). Sum of RGB (Red+Green+Blue) = 204+203+24=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB18 is #3334E7. Grayscale: #B7B7B7. Windows color (decimal): -3355880 or 1625036. OLE color: 1625036.

HSL color Cylindrical-coordinate representation of color #CCCB18: hue angle of 59.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCCB18 is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB20420324-
CMYK00.000.880.2
HSL59.67º78.95%44.71%-
HSV(B)59.67º88.24%80%-
XYZ46.4255.629.15-
YUV182.8938.33143.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 203 (79.69% from 255) = 47.10%
BLUE value IS 24 (9.77% from 255) = 5.57%
R=47.33%
G=47.10%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042032400.000.880.259.6778.9544.71
HexCCCB180058143c4f2d
Octal3143133000130247411755
Binary110011001100101111000001011000101001111001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB18; }

 p { color: rgb(204,203,24); }

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

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

 a { background-color: rgb(204,203,24); }

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

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

 span { border-color: rgb(204,203,24); }

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