Html Css Color HEX #C0B71C La Rioja

📋 copy color: '#C0B71C'

red 192 ◦ green 183 ◦ blue 28

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

Shades of La Rioja #C0B71C

Tints of La Rioja #C0B71C

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

 GREEN value IS 183 (71.88% from 255) = 45.41%

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 47.64%
G = 45.41%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0B71C (or 0xC0B71C) is known color: La Rioja. HEX triplet: C0, B7 and 1C. RGB value is (192,183,28). Sum of RGB (Red+Green+Blue) = 192+183+28=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B71C is #3F48E3. Grayscale: #A8A8A8. Windows color (decimal): -4147428 or 1882048. OLE color: 1882048.

HSL color Cylindrical-coordinate representation of color #C0B71C: hue angle of 56.71º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0B71C is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 28 -
CMYK 0 0.05 0.85 0.25
HSL 56.71º 0.75% 0.43% -
HSV(B) 56.71º 0.85% 0.75% -
XYZ 38.88 45.16 7.77 -
YUV 168.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 192 183 28 0 0.05 0.85 0.25 56.71 0.75 0.43
Hex C0 B7 1C 0 5 55 19 39 4B 2B
Octal 300 267 34 0 5 125 31 71 113 53
Binary 11000000 10110111 11100 0 101 1010101 11001 111001 1001011 101011

Color Harmonies of #C0B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B71C

Black with #C0B71C

Text Example


Text Example

White with #C0B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B71C; }

 p { color: rgb(192,183,28); }

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

background-color css

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

 a { background-color: rgb(192,183,28); }

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

border-color css

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

 span { border-color: rgb(192,183,28); }

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