Html Css Color HEX #C3993C Pizza

📋 copy color: '#C3993C'

red 195 ◦ green 153 ◦ blue 60

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

Shades of Pizza #C3993C

Tints of Pizza #C3993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.5%

 BLUE value IS 60 (23.83% from 255) = 14.71%

R = 47.79%
G = 37.5%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3993C (or 0xC3993C) is known color: Pizza. HEX triplet: C3, 99 and 3C. RGB value is (195,153,60). Sum of RGB (Red+Green+Blue) = 195+153+60=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3993C is #3C66C3. Grayscale: #9B9B9B. Windows color (decimal): -3958468 or 3971523. OLE color: 3971523.

HSL color Cylindrical-coordinate representation of color #C3993C: hue angle of 41.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3993C is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 153 60 -
CMYK 0 0.22 0.69 0.24
HSL 41.33º 0.53% 0.5% -
HSV(B) 41.33º 0.69% 0.76% -
XYZ 34.71 34.71 9.15 -
YUV 154.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 195 153 60 0 0.22 0.69 0.24 41.33 0.53 0.5
Hex C3 99 3C 0 16 45 18 29 35 32
Octal 303 231 74 0 26 105 30 51 65 62
Binary 11000011 10011001 111100 0 10110 1000101 11000 101001 110101 110010

Color Harmonies of #C3993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3993C

Black with #C3993C

Text Example


Text Example

White with #C3993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3993C; }

 p { color: rgb(195,153,60); }

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

background-color css

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

 a { background-color: rgb(195,153,60); }

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

border-color css

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

 span { border-color: rgb(195,153,60); }

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