Html Css Color HEX #C3A667 Laser

📋 copy color: '#C3A667'

red 195 ◦ green 166 ◦ blue 103

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

Shades of Laser #C3A667

Tints of Laser #C3A667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.78%

 BLUE value IS 103 (40.63% from 255) = 22.2%

R = 42.03%
G = 35.78%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3A667 (or 0xC3A667) is known color: Laser. HEX triplet: C3, A6 and 67. RGB value is (195,166,103). Sum of RGB (Red+Green+Blue) = 195+166+103=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A667 is #3C5998. Grayscale: #A7A7A7. Windows color (decimal): -3955097 or 6792899. OLE color: 6792899.

HSL color Cylindrical-coordinate representation of color #C3A667: hue angle of 41.09º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3A667 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 166 103 -
CMYK 0 0.15 0.47 0.24
HSL 41.09º 0.43% 0.58% -
HSV(B) 41.09º 0.47% 0.76% -
XYZ 38.59 39.85 18.49 -
YUV 167.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 195 166 103 0 0.15 0.47 0.24 41.09 0.43 0.58
Hex C3 A6 67 0 F 2F 18 29 2B 3A
Octal 303 246 147 0 17 57 30 51 53 72
Binary 11000011 10100110 1100111 0 1111 101111 11000 101001 101011 111010

Color Harmonies of #C3A667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A667

Black with #C3A667

Text Example


Text Example

White with #C3A667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A667; }

 p { color: rgb(195,166,103); }

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

background-color css

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

 a { background-color: rgb(195,166,103); }

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

border-color css

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

 span { border-color: rgb(195,166,103); }

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