Html Css Color HEX #CCCA1C Barberry

📋 copy color: '#CCCA1C'

red 204 ◦ green 202 ◦ blue 28

#CCCA1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CCCA1C

Tints of Barberry #CCCA1C

RGB

 RED value IS 204 (80.08% from 255) = 47%

 GREEN value IS 202 (79.3% from 255) = 46.54%

 BLUE value IS 28 (11.33% from 255) = 6.45%

R = 47%
G = 46.54%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCCA1C (or 0xCCCA1C) is known color: Barberry. HEX triplet: CC, CA and 1C. RGB value is (204,202,28). Sum of RGB (Red+Green+Blue) = 204+202+28=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA1C is #3335E3. Grayscale: #B7B7B7. Windows color (decimal): -3356132 or 1886924. OLE color: 1886924.

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

Color convert

RGB 204 202 28 -
CMYK 0 0.01 0.86 0.2
HSL 59.32º 0.76% 0.45% -
HSV(B) 59.32º 0.86% 0.8% -
XYZ 46.23 55.16 9.31 -
YUV 182.76 40.66 143.15 -
System Red Green Blue C M Y K H S L
Decimal 204 202 28 0 0.01 0.86 0.2 59.32 0.76 0.45
Hex CC CA 1C 0 1 56 14 3B 4C 2D
Octal 314 312 34 0 1 126 24 73 114 55
Binary 11001100 11001010 11100 0 1 1010110 10100 111011 1001100 101101

Color Harmonies of #CCCA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA1C

Black with #CCCA1C

Text Example


Text Example

White with #CCCA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA1C; }

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

 H1.HeaderClassName
 {
   color: #CCCA1C;
 }
 .AnyTagClassName
 {
   color: #CCCA1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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