Html Css Color HEX #C5C323 Barberry

📋 copy color: '#C5C323'

red 197 ◦ green 195 ◦ blue 35

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

Shades of Barberry #C5C323

Tints of Barberry #C5C323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.2%

R = 46.14%
G = 45.67%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5C323 (or 0xC5C323) is known color: Barberry. HEX triplet: C5, C3 and 23. RGB value is (197,195,35). Sum of RGB (Red+Green+Blue) = 197+195+35=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C323 is #3A3CDC. Grayscale: #B1B1B1. Windows color (decimal): -3816669 or 2343877. OLE color: 2343877.

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

Color convert

RGB 197 195 35 -
CMYK 0 0.01 0.82 0.23
HSL 59.26º 0.7% 0.45% -
HSV(B) 59.26º 0.82% 0.77% -
XYZ 42.84 51.02 9.18 -
YUV 177.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 197 195 35 0 0.01 0.82 0.23 59.26 0.7 0.45
Hex C5 C3 23 0 1 52 17 3B 46 2D
Octal 305 303 43 0 1 122 27 73 106 55
Binary 11000101 11000011 100011 0 1 1010010 10111 111011 1000110 101101

Color Harmonies of #C5C323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C323

Black with #C5C323

Text Example


Text Example

White with #C5C323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C323; }

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

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

background-color css

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

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

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

border-color css

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

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

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