Html Css Color HEX #C6CF1D Rio Grande

📋 copy color: '#C6CF1D'

red 198 ◦ green 207 ◦ blue 29

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

Shades of Rio Grande #C6CF1D

Tints of Rio Grande #C6CF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.68%

R = 45.62%
G = 47.7%
B = 6.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#C6CF1D (or 0xC6CF1D) is known color: Rio Grande. HEX triplet: C6, CF and 1D. RGB value is (198,207,29). Sum of RGB (Red+Green+Blue) = 198+207+29=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF1D is #3930E2. Grayscale: #B8B8B8. Windows color (decimal): -3748067 or 1953734. OLE color: 1953734.

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

Color convert

RGB 198 207 29 -
CMYK 0.04 0 0.86 0.19
HSL 63.03º 0.75% 0.46% -
HSV(B) 63.03º 0.86% 0.81% -
XYZ 45.82 56.72 9.7 -
YUV 184.02 40.52 137.97 -
System Red Green Blue C M Y K H S L
Decimal 198 207 29 0.04 0 0.86 0.19 63.03 0.75 0.46
Hex C6 CF 1D 4 0 56 13 3F 4B 2E
Octal 306 317 35 4 0 126 23 77 113 56
Binary 11000110 11001111 11101 100 0 1010110 10011 111111 1001011 101110

Color Harmonies of #C6CF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CF1D

Black with #C6CF1D

Text Example


Text Example

White with #C6CF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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