Html Css Color HEX #C3C22B Barberry

📋 copy color: '#C3C22B'

red 195 ◦ green 194 ◦ blue 43

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

Shades of Barberry #C3C22B

Tints of Barberry #C3C22B

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #C3C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C22B

Black with #C3C22B

Text Example


Text Example

White with #C3C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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