Html Css Color HEX #C0993C Roti

📋 copy color: '#C0993C'

red 192 ◦ green 153 ◦ blue 60

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

Shades of Roti #C0993C

Tints of Roti #C0993C

RGB

 RED value IS 192 (75.39% from 255) = 47.41%

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

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

R = 47.41%
G = 37.78%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0993C (or 0xC0993C) is known color: Roti. HEX triplet: C0, 99 and 3C. RGB value is (192,153,60). Sum of RGB (Red+Green+Blue) = 192+153+60=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0993C is #3F66C3. Grayscale: #9A9A9A. Windows color (decimal): -4155076 or 3971520. OLE color: 3971520.

HSL color Cylindrical-coordinate representation of color #C0993C: hue angle of 42.27º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0993C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 60 -
CMYK 0 0.20 0.69 0.25
HSL 42.27º 0.52% 0.49% -
HSV(B) 42.27º 0.69% 0.75% -
XYZ 33.95 34.32 9.11 -
YUV 154.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 192 153 60 0 0.20 0.69 0.25 42.27 0.52 0.49
Hex C0 99 3C 0 14 45 19 2A 34 31
Octal 300 231 74 0 24 105 31 52 64 61
Binary 11000000 10011001 111100 0 10100 1000101 11001 101010 110100 110001

Color Harmonies of #C0993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0993C

Black with #C0993C

Text Example


Text Example

White with #C0993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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