Html Css Color HEX #C5C123 Barberry

📋 copy color: '#C5C123'

red 197 ◦ green 193 ◦ blue 35

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

Shades of Barberry #C5C123

Tints of Barberry #C5C123

RGB

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

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

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

R = 46.35%
G = 45.41%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5C123 (or 0xC5C123) is known color: Barberry. HEX triplet: C5, C1 and 23. RGB value is (197,193,35). Sum of RGB (Red+Green+Blue) = 197+193+35=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C123 is #3A3EDC. Grayscale: #B0B0B0. Windows color (decimal): -3817181 or 2343365. OLE color: 2343365.

HSL color Cylindrical-coordinate representation of color #C5C123: hue angle of 58.52º 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 #C5C123 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 193 35 -
CMYK 0 0.02 0.82 0.23
HSL 58.52º 0.7% 0.45% -
HSV(B) 58.52º 0.82% 0.77% -
XYZ 42.4 50.13 9.03 -
YUV 176.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 197 193 35 0 0.02 0.82 0.23 58.52 0.7 0.45
Hex C5 C1 23 0 2 52 17 3B 46 2D
Octal 305 301 43 0 2 122 27 73 106 55
Binary 11000101 11000001 100011 0 10 1010010 10111 111011 1000110 101101

Color Harmonies of #C5C123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C123

Black with #C5C123

Text Example


Text Example

White with #C5C123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C123; }

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

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

background-color css

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

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

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

border-color css

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

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

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