Html Css Color HEX #C7CF4A Las Palmas

📋 copy color: '#C7CF4A'

red 199 ◦ green 207 ◦ blue 74

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

Shades of Las Palmas #C7CF4A

Tints of Las Palmas #C7CF4A

RGB

 RED value IS 199 (78.13% from 255) = 41.46%

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

 BLUE value IS 74 (29.3% from 255) = 15.42%

R = 41.46%
G = 43.13%
B = 15.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#C7CF4A (or 0xC7CF4A) is known color: Las Palmas. HEX triplet: C7, CF and 4A. RGB value is (199,207,74). Sum of RGB (Red+Green+Blue) = 199+207+74=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CF4A is #3830B5. Grayscale: #BDBDBD. Windows color (decimal): -3682486 or 4902855. OLE color: 4902855.

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

Color convert

RGB 199 207 74 -
CMYK 0.04 0 0.64 0.19
HSL 63.61º 0.58% 0.55% -
HSV(B) 63.61º 0.64% 0.81% -
XYZ 47.1 57.26 15.05 -
YUV 189.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 199 207 74 0.04 0 0.64 0.19 63.61 0.58 0.55
Hex C7 CF 4A 4 0 40 13 40 3A 37
Octal 307 317 112 4 0 100 23 100 72 67
Binary 11000111 11001111 1001010 100 0 1000000 10011 1000000 111010 110111

Color Harmonies of #C7CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CF4A

Black with #C7CF4A

Text Example


Text Example

White with #C7CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CF4A; }

 p { color: rgb(199,207,74); }

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

background-color css

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

 a { background-color: rgb(199,207,74); }

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

border-color css

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

 span { border-color: rgb(199,207,74); }

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