Html Css Color HEX #C3CF3A Las Palmas

📋 copy color: '#C3CF3A'

red 195 ◦ green 207 ◦ blue 58

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

Shades of Las Palmas #C3CF3A

Tints of Las Palmas #C3CF3A

RGB

 RED value IS 195 (76.56% from 255) = 42.39%

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

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

R = 42.39%
G = 45%
B = 12.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#C3CF3A (or 0xC3CF3A) is known color: Las Palmas. HEX triplet: C3, CF and 3A. RGB value is (195,207,58). Sum of RGB (Red+Green+Blue) = 195+207+58=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CF3A is #3C30C5. Grayscale: #BBBBBB. Windows color (decimal): -3944646 or 3854275. OLE color: 3854275.

HSL color Cylindrical-coordinate representation of color #C3CF3A: hue angle of 64.83º 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 #C3CF3A is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 207 58 -
CMYK 0.06 0 0.72 0.19
HSL 64.83º 0.61% 0.52% -
HSV(B) 64.83º 0.72% 0.81% -
XYZ 45.58 56.53 12.51 -
YUV 186.43 55.52 134.12 -
System Red Green Blue C M Y K H S L
Decimal 195 207 58 0.06 0 0.72 0.19 64.83 0.61 0.52
Hex C3 CF 3A 6 0 48 13 41 3D 34
Octal 303 317 72 6 0 110 23 101 75 64
Binary 11000011 11001111 111010 110 0 1001000 10011 1000001 111101 110100

Color Harmonies of #C3CF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CF3A

Black with #C3CF3A

Text Example


Text Example

White with #C3CF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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