Html Css Color HEX #CCC32E Barberry

📋 copy color: '#CCC32E'

red 204 ◦ green 195 ◦ blue 46

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

Shades of Barberry #CCC32E

Tints of Barberry #CCC32E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

 BLUE value IS 46 (18.36% from 255) = 10.34%

R = 45.84%
G = 43.82%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCC32E (or 0xCCC32E) is known color: Barberry. HEX triplet: CC, C3 and 2E. RGB value is (204,195,46). Sum of RGB (Red+Green+Blue) = 204+195+46=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC32E is #333CD1. Grayscale: #B5B5B5. Windows color (decimal): -3357906 or 3064780. OLE color: 3064780.

HSL color Cylindrical-coordinate representation of color #CCC32E: hue angle of 56.58º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCC32E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 46 -
CMYK 0 0.04 0.77 0.2
HSL 56.58º 0.63% 0.49% -
HSV(B) 56.58º 0.77% 0.8% -
XYZ 44.91 52.06 10.27 -
YUV 180.71 51.98 144.62 -
System Red Green Blue C M Y K H S L
Decimal 204 195 46 0 0.04 0.77 0.2 56.58 0.63 0.49
Hex CC C3 2E 0 4 4D 14 39 3F 31
Octal 314 303 56 0 4 115 24 71 77 61
Binary 11001100 11000011 101110 0 100 1001101 10100 111001 111111 110001

Color Harmonies of #CCC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC32E

Black with #CCC32E

Text Example


Text Example

White with #CCC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC32E; }

 p { color: rgb(204,195,46); }

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

background-color css

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

 a { background-color: rgb(204,195,46); }

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

border-color css

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

 span { border-color: rgb(204,195,46); }

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