Html Css Color HEX #C6CF48 Las Palmas

📋 copy color: '#C6CF48'

red 198 ◦ green 207 ◦ blue 72

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

Shades of Las Palmas #C6CF48

Tints of Las Palmas #C6CF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.09%

R = 41.51%
G = 43.4%
B = 15.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#C6CF48 (or 0xC6CF48) is known color: Las Palmas. HEX triplet: C6, CF and 48. RGB value is (198,207,72). Sum of RGB (Red+Green+Blue) = 198+207+72=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CF48 is #3930B7. Grayscale: #BDBDBD. Windows color (decimal): -3748024 or 4771782. OLE color: 4771782.

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

Color convert

RGB 198 207 72 -
CMYK 0.04 0 0.65 0.19
HSL 64º 0.58% 0.55% -
HSV(B) 64º 0.65% 0.81% -
XYZ 46.77 57.1 14.69 -
YUV 188.92 62.02 134.48 -
System Red Green Blue C M Y K H S L
Decimal 198 207 72 0.04 0 0.65 0.19 64 0.58 0.55
Hex C6 CF 48 4 0 41 13 40 3A 37
Octal 306 317 110 4 0 101 23 100 72 67
Binary 11000110 11001111 1001000 100 0 1000001 10011 1000000 111010 110111

Color Harmonies of #C6CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CF48

Black with #C6CF48

Text Example


Text Example

White with #C6CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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