Html Css Color HEX #C3C121 Barberry

📋 copy color: '#C3C121'

red 195 ◦ green 193 ◦ blue 33

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

Shades of Barberry #C3C121

Tints of Barberry #C3C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.84%

 BLUE value IS 33 (13.28% from 255) = 7.84%

R = 46.32%
G = 45.84%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C3C121 (or 0xC3C121) is known color: Barberry. HEX triplet: C3, C1 and 21. RGB value is (195,193,33). Sum of RGB (Red+Green+Blue) = 195+193+33=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C121 is #3C3EDE. Grayscale: #B0B0B0. Windows color (decimal): -3948255 or 2212291. OLE color: 2212291.

HSL color Cylindrical-coordinate representation of color #C3C121: hue angle of 59.26º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3C121 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 193 33 -
CMYK 0 0.01 0.83 0.24
HSL 59.26º 0.71% 0.45% -
HSV(B) 59.26º 0.83% 0.76% -
XYZ 41.85 49.85 8.86 -
YUV 175.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 195 193 33 0 0.01 0.83 0.24 59.26 0.71 0.45
Hex C3 C1 21 0 1 53 18 3B 47 2D
Octal 303 301 41 0 1 123 30 73 107 55
Binary 11000011 11000001 100001 0 1 1010011 11000 111011 1000111 101101

Color Harmonies of #C3C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C121

Black with #C3C121

Text Example


Text Example

White with #C3C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C121; }

 p { color: rgb(195,193,33); }

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

background-color css

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

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

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

border-color css

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

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

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