#CCCA25

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

Shades of Barberry #CCCA25

Tints of Barberry #CCCA25

Color information

#CCCA25 (or 0xCCCA25) is unknown color: approx Barberry. HEX triplet: CC, CA and 25. RGB value is (204,202,37). Sum of RGB (Red+Green+Blue) = 204+202+37=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA25 is #3335DA. Grayscale: #B8B8B8. Windows color (decimal): -3356123 or 2476748. OLE color: 2476748.

HSL color Cylindrical-coordinate representation of color #CCCA25: hue angle of 59.28º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCCA25 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB20420237-
CMYK00.010.820.2
HSL59.28º69.29%47.25%-
HSV(B)59.28º81.86%80%-
XYZ46.3655.219.96-
YUV183.7945.16142.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 37 (14.84% from 255) = 8.35%
R=46.05%
G=45.60%
B=8.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042023700.010.820.259.2869.2947.25
HexCCCA250152143b452f
Octal3143124501122247310557
Binary1100110011001010100101011010010101001110111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA25; }

 p { color: rgb(204,202,37); }

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

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

 a { background-color: rgb(204,202,37); }

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

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

 span { border-color: rgb(204,202,37); }

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