Html Css Color HEX #C6CF35 Fuego

📋 copy color: '#C6CF35'

red 198 ◦ green 207 ◦ blue 53

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

Shades of Fuego #C6CF35

Tints of Fuego #C6CF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.57%

R = 43.23%
G = 45.2%
B = 11.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#C6CF35 (or 0xC6CF35) is known color: Fuego. HEX triplet: C6, CF and 35. RGB value is (198,207,53). Sum of RGB (Red+Green+Blue) = 198+207+53=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF35 is #3930CA. Grayscale: #BBBBBB. Windows color (decimal): -3748043 or 3526598. OLE color: 3526598.

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

Color convert

RGB 198 207 53 -
CMYK 0.04 0 0.74 0.19
HSL 63.51º 0.62% 0.51% -
HSV(B) 63.51º 0.74% 0.81% -
XYZ 46.24 56.89 11.91 -
YUV 186.75 52.52 136.02 -
System Red Green Blue C M Y K H S L
Decimal 198 207 53 0.04 0 0.74 0.19 63.51 0.62 0.51
Hex C6 CF 35 4 0 4A 13 40 3E 33
Octal 306 317 65 4 0 112 23 100 76 63
Binary 11000110 11001111 110101 100 0 1001010 10011 1000000 111110 110011

Color Harmonies of #C6CF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CF35

Black with #C6CF35

Text Example


Text Example

White with #C6CF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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