Html Css Color HEX #C69E3A Roti

📋 copy color: '#C69E3A'

red 198 ◦ green 158 ◦ blue 58

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

Shades of Roti #C69E3A

Tints of Roti #C69E3A

RGB

 RED value IS 198 (77.73% from 255) = 47.83%

 GREEN value IS 158 (62.11% from 255) = 38.16%

 BLUE value IS 58 (23.05% from 255) = 14.01%

R = 47.83%
G = 38.16%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C69E3A (or 0xC69E3A) is known color: Roti. HEX triplet: C6, 9E and 3A. RGB value is (198,158,58). Sum of RGB (Red+Green+Blue) = 198+158+58=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69E3A is #3961C5. Grayscale: #9F9F9F. Windows color (decimal): -3760582 or 3841734. OLE color: 3841734.

HSL color Cylindrical-coordinate representation of color #C69E3A: hue angle of 42.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C69E3A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 158 58 -
CMYK 0 0.20 0.71 0.22
HSL 42.86º 0.55% 0.5% -
HSV(B) 42.86º 0.71% 0.78% -
XYZ 36.28 36.76 9.19 -
YUV 158.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 198 158 58 0 0.20 0.71 0.22 42.86 0.55 0.5
Hex C6 9E 3A 0 14 47 16 2B 37 32
Octal 306 236 72 0 24 107 26 53 67 62
Binary 11000110 10011110 111010 0 10100 1000111 10110 101011 110111 110010

Color Harmonies of #C69E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69E3A

Black with #C69E3A

Text Example


Text Example

White with #C69E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69E3A; }

 p { color: rgb(198,158,58); }

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

background-color css

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

 a { background-color: rgb(198,158,58); }

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

border-color css

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

 span { border-color: rgb(198,158,58); }

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