Html Css Color HEX #C9CD3A Las Palmas

📋 copy color: '#C9CD3A'

red 201 ◦ green 205 ◦ blue 58

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

Shades of Las Palmas #C9CD3A

Tints of Las Palmas #C9CD3A

RGB

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

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

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

R = 43.32%
G = 44.18%
B = 12.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#C9CD3A (or 0xC9CD3A) is known color: Las Palmas. HEX triplet: C9, CD and 3A. RGB value is (201,205,58). Sum of RGB (Red+Green+Blue) = 201+205+58=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CD3A is #3632C5. Grayscale: #BBBBBB. Windows color (decimal): -3551942 or 3853769. OLE color: 3853769.

HSL color Cylindrical-coordinate representation of color #C9CD3A: hue angle of 61.63º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9CD3A is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 205 58 -
CMYK 0.02 0 0.72 0.20
HSL 61.63º 0.6% 0.52% -
HSV(B) 61.63º 0.72% 0.8% -
XYZ 46.68 56.39 12.43 -
YUV 187.05 55.17 137.95 -
System Red Green Blue C M Y K H S L
Decimal 201 205 58 0.02 0 0.72 0.20 61.63 0.6 0.52
Hex C9 CD 3A 2 0 48 14 3E 3C 34
Octal 311 315 72 2 0 110 24 76 74 64
Binary 11001001 11001101 111010 10 0 1001000 10100 111110 111100 110100

Color Harmonies of #C9CD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CD3A

Black with #C9CD3A

Text Example


Text Example

White with #C9CD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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