Html Css Color HEX #C6695C Sunglo

📋 copy color: '#C6695C'

red 198 ◦ green 105 ◦ blue 92

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

Shades of Sunglo #C6695C

Tints of Sunglo #C6695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 50.13%
G = 26.58%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6695C (or 0xC6695C) is known color: Sunglo. HEX triplet: C6, 69 and 5C. RGB value is (198,105,92). Sum of RGB (Red+Green+Blue) = 198+105+92=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6695C is #3996A3. Grayscale: #838383. Windows color (decimal): -3774116 or 6056390. OLE color: 6056390.

HSL color Cylindrical-coordinate representation of color #C6695C: hue angle of 7.36º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6695C is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 105 92 -
CMYK 0 0.47 0.54 0.22
HSL 7.36º 0.48% 0.57% -
HSV(B) 7.36º 0.54% 0.78% -
XYZ 30.27 22.88 12.95 -
YUV 131.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 198 105 92 0 0.47 0.54 0.22 7.36 0.48 0.57
Hex C6 69 5C 0 2F 36 16 7 30 39
Octal 306 151 134 0 57 66 26 7 60 71
Binary 11000110 1101001 1011100 0 101111 110110 10110 111 110000 111001

Color Harmonies of #C6695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6695C

Black with #C6695C

Text Example


Text Example

White with #C6695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6695C; }

 p { color: rgb(198,105,92); }

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

background-color css

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

 a { background-color: rgb(198,105,92); }

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

border-color css

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

 span { border-color: rgb(198,105,92); }

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