Html Css Color HEX #C3C32B Barberry

📋 copy color: '#C3C32B'

red 195 ◦ green 195 ◦ blue 43

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

Shades of Barberry #C3C32B

Tints of Barberry #C3C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.93%

R = 45.03%
G = 45.03%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3C32B (or 0xC3C32B) is known color: Barberry. HEX triplet: C3, C3 and 2B. RGB value is (195,195,43). Sum of RGB (Red+Green+Blue) = 195+195+43=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C32B is #3C3CD4. Grayscale: #B2B2B2. Windows color (decimal): -3947733 or 2868163. OLE color: 2868163.

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

Color convert

RGB 195 195 43 -
CMYK 0 0 0.78 0.24
HSL 60º 0.64% 0.47% -
HSV(B) 60º 0.78% 0.76% -
XYZ 42.46 50.81 9.85 -
YUV 177.67 52 140.36 -
System Red Green Blue C M Y K H S L
Decimal 195 195 43 0 0 0.78 0.24 60 0.64 0.47
Hex C3 C3 2B 0 0 4E 18 3C 40 2F
Octal 303 303 53 0 0 116 30 74 100 57
Binary 11000011 11000011 101011 0 0 1001110 11000 111100 1000000 101111

Color Harmonies of #C3C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C32B

Black with #C3C32B

Text Example


Text Example

White with #C3C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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