Html Css Color HEX #C9695B Sunglo

📋 copy color: '#C9695B'

red 201 ◦ green 105 ◦ blue 91

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

Shades of Sunglo #C9695B

Tints of Sunglo #C9695B

RGB

 RED value IS 201 (78.91% from 255) = 50.63%

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

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 50.63%
G = 26.45%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9695B (or 0xC9695B) is known color: Sunglo. HEX triplet: C9, 69 and 5B. RGB value is (201,105,91). Sum of RGB (Red+Green+Blue) = 201+105+91=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9695B is #3696A4. Grayscale: #848484. Windows color (decimal): -3577509 or 5990857. OLE color: 5990857.

HSL color Cylindrical-coordinate representation of color #C9695B: hue angle of 7.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9695B is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 105 91 -
CMYK 0 0.48 0.55 0.21
HSL 7.64º 0.5% 0.57% -
HSV(B) 7.64º 0.55% 0.79% -
XYZ 31.03 23.28 12.75 -
YUV 132.11 104.8 177.14 -
System Red Green Blue C M Y K H S L
Decimal 201 105 91 0 0.48 0.55 0.21 7.64 0.5 0.57
Hex C9 69 5B 0 30 37 15 8 32 39
Octal 311 151 133 0 60 67 25 10 62 71
Binary 11001001 1101001 1011011 0 110000 110111 10101 1000 110010 111001

Color Harmonies of #C9695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9695B

Black with #C9695B

Text Example


Text Example

White with #C9695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9695B; }

 p { color: rgb(201,105,91); }

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

background-color css

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

 a { background-color: rgb(201,105,91); }

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

border-color css

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

 span { border-color: rgb(201,105,91); }

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