Html Css Color HEX #C2B717 La Rioja

📋 copy color: '#C2B717'

red 194 ◦ green 183 ◦ blue 23

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

Shades of La Rioja #C2B717

Tints of La Rioja #C2B717

RGB

 RED value IS 194 (76.17% from 255) = 48.5%

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

 BLUE value IS 23 (9.38% from 255) = 5.75%

R = 48.5%
G = 45.75%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2B717 (or 0xC2B717) is known color: La Rioja. HEX triplet: C2, B7 and 17. RGB value is (194,183,23). Sum of RGB (Red+Green+Blue) = 194+183+23=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B717 is #3D48E8. Grayscale: #A8A8A8. Windows color (decimal): -4016361 or 1554370. OLE color: 1554370.

HSL color Cylindrical-coordinate representation of color #C2B717: hue angle of 56.14º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2B717 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 23 -
CMYK 0 0.06 0.88 0.24
HSL 56.14º 0.79% 0.43% -
HSV(B) 56.14º 0.88% 0.76% -
XYZ 39.34 45.4 7.5 -
YUV 168.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 194 183 23 0 0.06 0.88 0.24 56.14 0.79 0.43
Hex C2 B7 17 0 6 58 18 38 4F 2B
Octal 302 267 27 0 6 130 30 70 117 53
Binary 11000010 10110111 10111 0 110 1011000 11000 111000 1001111 101011

Color Harmonies of #C2B717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B717

Black with #C2B717

Text Example


Text Example

White with #C2B717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B717; }

 p { color: rgb(194,183,23); }

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

background-color css

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

 a { background-color: rgb(194,183,23); }

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

border-color css

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

 span { border-color: rgb(194,183,23); }

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