Html Css Color HEX #C3C32C Barberry

📋 copy color: '#C3C32C'

red 195 ◦ green 195 ◦ blue 44

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

Shades of Barberry #C3C32C

Tints of Barberry #C3C32C

RGB

 RED value IS 195 (76.56% from 255) = 44.93%

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

 BLUE value IS 44 (17.58% from 255) = 10.14%

R = 44.93%
G = 44.93%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3C32C (or 0xC3C32C) is known color: Barberry. HEX triplet: C3, C3 and 2C. RGB value is (195,195,44). Sum of RGB (Red+Green+Blue) = 195+195+44=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C32C is #3C3CD3. Grayscale: #B2B2B2. Windows color (decimal): -3947732 or 2933699. OLE color: 2933699.

HSL color Cylindrical-coordinate representation of color #C3C32C: hue angle of 60º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3C32C is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 44 -
CMYK 0 0 0.77 0.24
HSL 60º 0.63% 0.47% -
HSV(B) 60º 0.77% 0.76% -
XYZ 42.48 50.81 9.95 -
YUV 177.79 52.5 140.28 -
System Red Green Blue C M Y K H S L
Decimal 195 195 44 0 0 0.77 0.24 60 0.63 0.47
Hex C3 C3 2C 0 0 4D 18 3C 3F 2F
Octal 303 303 54 0 0 115 30 74 77 57
Binary 11000011 11000011 101100 0 0 1001101 11000 111100 111111 101111

Color Harmonies of #C3C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C32C

Black with #C3C32C

Text Example


Text Example

White with #C3C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C32C; }

 p { color: rgb(195,195,44); }

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

background-color css

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

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

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

border-color css

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

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

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