Html Css Color HEX #C3B067 Laser

📋 copy color: '#C3B067'

red 195 ◦ green 176 ◦ blue 103

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

Shades of Laser #C3B067

Tints of Laser #C3B067

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.13%

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

R = 41.14%
G = 37.13%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3B067 (or 0xC3B067) is known color: Laser. HEX triplet: C3, B0 and 67. RGB value is (195,176,103). Sum of RGB (Red+Green+Blue) = 195+176+103=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B067 is #3C4F98. Grayscale: #ADADAD. Windows color (decimal): -3952537 or 6795459. OLE color: 6795459.

HSL color Cylindrical-coordinate representation of color #C3B067: hue angle of 47.61º 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 #C3B067 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 176 103 -
CMYK 0 0.10 0.47 0.24
HSL 47.61º 0.43% 0.58% -
HSV(B) 47.61º 0.47% 0.76% -
XYZ 40.48 43.63 19.12 -
YUV 173.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 195 176 103 0 0.10 0.47 0.24 47.61 0.43 0.58
Hex C3 B0 67 0 A 2F 18 30 2B 3A
Octal 303 260 147 0 12 57 30 60 53 72
Binary 11000011 10110000 1100111 0 1010 101111 11000 110000 101011 111010

Color Harmonies of #C3B067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B067

Black with #C3B067

Text Example


Text Example

White with #C3B067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B067; }

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

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

background-color css

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

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

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

border-color css

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

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

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