Html Css Color HEX #C5C32E Barberry

📋 copy color: '#C5C32E'

red 197 ◦ green 195 ◦ blue 46

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

Shades of Barberry #C5C32E

Tints of Barberry #C5C32E

RGB

 RED value IS 197 (77.34% from 255) = 44.98%

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

 BLUE value IS 46 (18.36% from 255) = 10.5%

R = 44.98%
G = 44.52%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5C32E (or 0xC5C32E) is known color: Barberry. HEX triplet: C5, C3 and 2E. RGB value is (197,195,46). Sum of RGB (Red+Green+Blue) = 197+195+46=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C32E is #3A3CD1. Grayscale: #B3B3B3. Windows color (decimal): -3816658 or 3064773. OLE color: 3064773.

HSL color Cylindrical-coordinate representation of color #C5C32E: hue angle of 59.21º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5C32E is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 195 46 -
CMYK 0 0.01 0.77 0.23
HSL 59.21º 0.62% 0.48% -
HSV(B) 59.21º 0.77% 0.77% -
XYZ 43.03 51.1 10.18 -
YUV 178.61 53.16 141.12 -
System Red Green Blue C M Y K H S L
Decimal 197 195 46 0 0.01 0.77 0.23 59.21 0.62 0.48
Hex C5 C3 2E 0 1 4D 17 3B 3E 30
Octal 305 303 56 0 1 115 27 73 76 60
Binary 11000101 11000011 101110 0 1 1001101 10111 111011 111110 110000

Color Harmonies of #C5C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C32E

Black with #C5C32E

Text Example


Text Example

White with #C5C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C32E; }

 p { color: rgb(197,195,46); }

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

background-color css

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

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

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

border-color css

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

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

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