Html Css Color HEX #C3CE42 Las Palmas

📋 copy color: '#C3CE42'

red 195 ◦ green 206 ◦ blue 66

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

Shades of Las Palmas #C3CE42

Tints of Las Palmas #C3CE42

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

 BLUE value IS 66 (26.17% from 255) = 14.13%

R = 41.76%
G = 44.11%
B = 14.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#C3CE42 (or 0xC3CE42) is known color: Las Palmas. HEX triplet: C3, CE and 42. RGB value is (195,206,66). Sum of RGB (Red+Green+Blue) = 195+206+66=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE42 is #3C31BD. Grayscale: #BBBBBB. Windows color (decimal): -3944894 or 4378307. OLE color: 4378307.

HSL color Cylindrical-coordinate representation of color #C3CE42: hue angle of 64.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3CE42 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 206 66 -
CMYK 0.05 0 0.68 0.19
HSL 64.71º 0.59% 0.53% -
HSV(B) 64.71º 0.68% 0.81% -
XYZ 45.56 56.14 13.59 -
YUV 186.75 59.86 133.88 -
System Red Green Blue C M Y K H S L
Decimal 195 206 66 0.05 0 0.68 0.19 64.71 0.59 0.53
Hex C3 CE 42 5 0 44 13 41 3B 35
Octal 303 316 102 5 0 104 23 101 73 65
Binary 11000011 11001110 1000010 101 0 1000100 10011 1000001 111011 110101

Color Harmonies of #C3CE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CE42

Black with #C3CE42

Text Example


Text Example

White with #C3CE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CE42; }

 p { color: rgb(195,206,66); }

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

background-color css

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

 a { background-color: rgb(195,206,66); }

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

border-color css

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

 span { border-color: rgb(195,206,66); }

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