Html Css Color HEX #CC675F Sunglo

📋 copy color: '#CC675F'

red 204 ◦ green 103 ◦ blue 95

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

Shades of Sunglo #CC675F

Tints of Sunglo #CC675F

RGB

 RED value IS 204 (80.08% from 255) = 50.75%

 GREEN value IS 103 (40.63% from 255) = 25.62%

 BLUE value IS 95 (37.5% from 255) = 23.63%

R = 50.75%
G = 25.62%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC675F (or 0xCC675F) is known color: Sunglo. HEX triplet: CC, 67 and 5F. RGB value is (204,103,95). Sum of RGB (Red+Green+Blue) = 204+103+95=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC675F is #3398A0. Grayscale: #848484. Windows color (decimal): -3381409 or 6252492. OLE color: 6252492.

HSL color Cylindrical-coordinate representation of color #CC675F: hue angle of 4.4º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC675F is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 95 -
CMYK 0 0.50 0.53 0.2
HSL 4.4º 0.52% 0.59% -
HSV(B) 4.4º 0.53% 0.8% -
XYZ 31.82 23.36 13.66 -
YUV 132.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 204 103 95 0 0.50 0.53 0.2 4.4 0.52 0.59
Hex CC 67 5F 0 32 35 14 4 34 3B
Octal 314 147 137 0 62 65 24 4 64 73
Binary 11001100 1100111 1011111 0 110010 110101 10100 100 110100 111011

Color Harmonies of #CC675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC675F

Black with #CC675F

Text Example


Text Example

White with #CC675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC675F; }

 p { color: rgb(204,103,95); }

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

background-color css

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

 a { background-color: rgb(204,103,95); }

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

border-color css

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

 span { border-color: rgb(204,103,95); }

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