Html Css Color HEX #C9CF3A Las Palmas

📋 copy color: '#C9CF3A'

red 201 ◦ green 207 ◦ blue 58

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

Shades of Las Palmas #C9CF3A

Tints of Las Palmas #C9CF3A

RGB

 RED value IS 201 (78.91% from 255) = 43.13%

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

 BLUE value IS 58 (23.05% from 255) = 12.45%

R = 43.13%
G = 44.42%
B = 12.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#C9CF3A (or 0xC9CF3A) is known color: Las Palmas. HEX triplet: C9, CF and 3A. RGB value is (201,207,58). Sum of RGB (Red+Green+Blue) = 201+207+58=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF3A is #3630C5. Grayscale: #BCBCBC. Windows color (decimal): -3551430 or 3854281. OLE color: 3854281.

HSL color Cylindrical-coordinate representation of color #C9CF3A: hue angle of 62.42º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9CF3A is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 207 58 -
CMYK 0.03 0 0.72 0.19
HSL 62.42º 0.61% 0.52% -
HSV(B) 62.42º 0.72% 0.81% -
XYZ 47.16 57.35 12.59 -
YUV 188.22 54.51 137.12 -
System Red Green Blue C M Y K H S L
Decimal 201 207 58 0.03 0 0.72 0.19 62.42 0.61 0.52
Hex C9 CF 3A 3 0 48 13 3E 3D 34
Octal 311 317 72 3 0 110 23 76 75 64
Binary 11001001 11001111 111010 11 0 1001000 10011 111110 111101 110100

Color Harmonies of #C9CF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CF3A

Black with #C9CF3A

Text Example


Text Example

White with #C9CF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CF3A; }

 p { color: rgb(201,207,58); }

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

background-color css

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

 a { background-color: rgb(201,207,58); }

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

border-color css

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

 span { border-color: rgb(201,207,58); }

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