Html Css Color HEX #C6CF0F La Rioja

📋 copy color: '#C6CF0F'

red 198 ◦ green 207 ◦ blue 15

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

Shades of La Rioja #C6CF0F

Tints of La Rioja #C6CF0F

RGB

 RED value IS 198 (77.73% from 255) = 47.14%

 GREEN value IS 207 (81.25% from 255) = 49.29%

 BLUE value IS 15 (6.25% from 255) = 3.57%

R = 47.14%
G = 49.29%
B = 3.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#C6CF0F (or 0xC6CF0F) is known color: La Rioja. HEX triplet: C6, CF and 0F. RGB value is (198,207,15). Sum of RGB (Red+Green+Blue) = 198+207+15=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CF0F is #3930F0. Grayscale: #B7B7B7. Windows color (decimal): -3748081 or 1036230. OLE color: 1036230.

HSL color Cylindrical-coordinate representation of color #C6CF0F: hue angle of 62.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6CF0F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 207 15 -
CMYK 0.04 0 0.93 0.19
HSL 62.81º 0.86% 0.44% -
HSV(B) 62.81º 0.93% 0.81% -
XYZ 45.69 56.67 8.98 -
YUV 182.42 33.52 139.11 -
System Red Green Blue C M Y K H S L
Decimal 198 207 15 0.04 0 0.93 0.19 62.81 0.86 0.44
Hex C6 CF F 4 0 5D 13 3F 56 2C
Octal 306 317 17 4 0 135 23 77 126 54
Binary 11000110 11001111 1111 100 0 1011101 10011 111111 1010110 101100

Color Harmonies of #C6CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CF0F

Black with #C6CF0F

Text Example


Text Example

White with #C6CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CF0F; }

 p { color: rgb(198,207,15); }

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

background-color css

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

 a { background-color: rgb(198,207,15); }

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

border-color css

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

 span { border-color: rgb(198,207,15); }

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