Html Css Color HEX #C2C32B Barberry

📋 copy color: '#C2C32B'

red 194 ◦ green 195 ◦ blue 43

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

Shades of Barberry #C2C32B

Tints of Barberry #C2C32B

RGB

 RED value IS 194 (76.17% from 255) = 44.91%

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

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

R = 44.91%
G = 45.14%
B = 9.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2C32B (or 0xC2C32B) is known color: Barberry. HEX triplet: C2, C3 and 2B. RGB value is (194,195,43). Sum of RGB (Red+Green+Blue) = 194+195+43=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C32B is #3D3CD4. Grayscale: #B1B1B1. Windows color (decimal): -4013269 or 2868162. OLE color: 2868162.

HSL color Cylindrical-coordinate representation of color #C2C32B: hue angle of 60.39º 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 #C2C32B is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 195 43 -
CMYK 0.01 0 0.78 0.24
HSL 60.39º 0.64% 0.47% -
HSV(B) 60.39º 0.78% 0.76% -
XYZ 42.2 50.67 9.84 -
YUV 177.37 52.17 139.86 -
System Red Green Blue C M Y K H S L
Decimal 194 195 43 0.01 0 0.78 0.24 60.39 0.64 0.47
Hex C2 C3 2B 1 0 4E 18 3C 40 2F
Octal 302 303 53 1 0 116 30 74 100 57
Binary 11000010 11000011 101011 1 0 1001110 11000 111100 1000000 101111

Color Harmonies of #C2C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C32B

Black with #C2C32B

Text Example


Text Example

White with #C2C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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