Html Css Color HEX #C6CD41 Las Palmas

📋 copy color: '#C6CD41'

red 198 ◦ green 205 ◦ blue 65

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

Shades of Las Palmas #C6CD41

Tints of Las Palmas #C6CD41

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

 BLUE value IS 65 (25.78% from 255) = 13.89%

R = 42.31%
G = 43.8%
B = 13.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#C6CD41 (or 0xC6CD41) is known color: Las Palmas. HEX triplet: C6, CD and 41. RGB value is (198,205,65). Sum of RGB (Red+Green+Blue) = 198+205+65=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CD41 is #3932BE. Grayscale: #BBBBBB. Windows color (decimal): -3748543 or 4312518. OLE color: 4312518.

HSL color Cylindrical-coordinate representation of color #C6CD41: hue angle of 63º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6CD41 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 65 -
CMYK 0.03 0 0.68 0.20
HSL 63º 0.58% 0.53% -
HSV(B) 63º 0.68% 0.8% -
XYZ 46.07 56.05 13.39 -
YUV 186.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 198 205 65 0.03 0 0.68 0.20 63 0.58 0.53
Hex C6 CD 41 3 0 44 14 3F 3A 35
Octal 306 315 101 3 0 104 24 77 72 65
Binary 11000110 11001101 1000001 11 0 1000100 10100 111111 111010 110101

Color Harmonies of #C6CD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CD41

Black with #C6CD41

Text Example


Text Example

White with #C6CD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CD41; }

 p { color: rgb(198,205,65); }

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

background-color css

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

 a { background-color: rgb(198,205,65); }

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

border-color css

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

 span { border-color: rgb(198,205,65); }

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