Html Css Color HEX #C4993C Pizza

📋 copy color: '#C4993C'

red 196 ◦ green 153 ◦ blue 60

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

Shades of Pizza #C4993C

Tints of Pizza #C4993C

RGB

 RED value IS 196 (76.95% from 255) = 47.92%

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

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

R = 47.92%
G = 37.41%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4993C (or 0xC4993C) is known color: Pizza. HEX triplet: C4, 99 and 3C. RGB value is (196,153,60). Sum of RGB (Red+Green+Blue) = 196+153+60=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4993C is #3B66C3. Grayscale: #9B9B9B. Windows color (decimal): -3892932 or 3971524. OLE color: 3971524.

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

Color convert

RGB 196 153 60 -
CMYK 0 0.22 0.69 0.23
HSL 41.03º 0.54% 0.5% -
HSV(B) 41.03º 0.69% 0.77% -
XYZ 34.97 34.84 9.16 -
YUV 155.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 196 153 60 0 0.22 0.69 0.23 41.03 0.54 0.5
Hex C4 99 3C 0 16 45 17 29 36 32
Octal 304 231 74 0 26 105 27 51 66 62
Binary 11000100 10011001 111100 0 10110 1000101 10111 101001 110110 110010

Color Harmonies of #C4993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4993C

Black with #C4993C

Text Example


Text Example

White with #C4993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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