Html Css Color HEX #C0BF0A La Rioja

📋 copy color: '#C0BF0A'

red 192 ◦ green 191 ◦ blue 10

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

Shades of La Rioja #C0BF0A

Tints of La Rioja #C0BF0A

RGB

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

 GREEN value IS 191 (75% from 255) = 48.6%

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 48.85%
G = 48.6%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0BF0A (or 0xC0BF0A) is known color: La Rioja. HEX triplet: C0, BF and 0A. RGB value is (192,191,10). Sum of RGB (Red+Green+Blue) = 192+191+10=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BF0A is #3F40F5. Grayscale: #ABABAB. Windows color (decimal): -4145398 or 704448. OLE color: 704448.

HSL color Cylindrical-coordinate representation of color #C0BF0A: hue angle of 59.67º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0BF0A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 10 -
CMYK 0 0.01 0.95 0.25
HSL 59.67º 0.9% 0.4% -
HSV(B) 59.67º 0.95% 0.75% -
XYZ 40.42 48.49 7.52 -
YUV 170.67 37.33 143.22 -
System Red Green Blue C M Y K H S L
Decimal 192 191 10 0 0.01 0.95 0.25 59.67 0.9 0.4
Hex C0 BF A 0 1 5F 19 3C 5A 28
Octal 300 277 12 0 1 137 31 74 132 50
Binary 11000000 10111111 1010 0 1 1011111 11001 111100 1011010 101000

Color Harmonies of #C0BF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF0A

Black with #C0BF0A

Text Example


Text Example

White with #C0BF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF0A; }

 p { color: rgb(192,191,10); }

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

background-color css

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

 a { background-color: rgb(192,191,10); }

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

border-color css

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

 span { border-color: rgb(192,191,10); }

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