Html Css Color HEX #C5C11F Barberry

📋 copy color: '#C5C11F'

red 197 ◦ green 193 ◦ blue 31

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

Shades of Barberry #C5C11F

Tints of Barberry #C5C11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.36%

R = 46.79%
G = 45.84%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5C11F (or 0xC5C11F) is known color: Barberry. HEX triplet: C5, C1 and 1F. RGB value is (197,193,31). Sum of RGB (Red+Green+Blue) = 197+193+31=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C11F is #3A3EE0. Grayscale: #B0B0B0. Windows color (decimal): -3817185 or 2081221. OLE color: 2081221.

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

Color convert

RGB 197 193 31 -
CMYK 0 0.02 0.84 0.23
HSL 58.55º 0.73% 0.45% -
HSV(B) 58.55º 0.84% 0.77% -
XYZ 42.34 50.11 8.74 -
YUV 175.73 46.33 143.17 -
System Red Green Blue C M Y K H S L
Decimal 197 193 31 0 0.02 0.84 0.23 58.55 0.73 0.45
Hex C5 C1 1F 0 2 54 17 3B 49 2D
Octal 305 301 37 0 2 124 27 73 111 55
Binary 11000101 11000001 11111 0 10 1010100 10111 111011 1001001 101101

Color Harmonies of #C5C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C11F

Black with #C5C11F

Text Example


Text Example

White with #C5C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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