Html Css Color HEX #CC675A Sunglo

📋 copy color: '#CC675A'

red 204 ◦ green 103 ◦ blue 90

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

Shades of Sunglo #CC675A

Tints of Sunglo #CC675A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 51.39%
G = 25.94%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC675A (or 0xCC675A) is known color: Sunglo. HEX triplet: CC, 67 and 5A. RGB value is (204,103,90). Sum of RGB (Red+Green+Blue) = 204+103+90=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC675A is #3398A5. Grayscale: #838383. Windows color (decimal): -3381414 or 5924812. OLE color: 5924812.

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

Color convert

RGB 204 103 90 -
CMYK 0 0.50 0.56 0.2
HSL 6.84º 0.53% 0.58% -
HSV(B) 6.84º 0.56% 0.8% -
XYZ 31.6 23.28 12.5 -
YUV 131.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 204 103 90 0 0.50 0.56 0.2 6.84 0.53 0.58
Hex CC 67 5A 0 32 38 14 7 35 3A
Octal 314 147 132 0 62 70 24 7 65 72
Binary 11001100 1100111 1011010 0 110010 111000 10100 111 110101 111010

Color Harmonies of #CC675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC675A

Black with #CC675A

Text Example


Text Example

White with #CC675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC675A; }

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

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

background-color css

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

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

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

border-color css

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

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

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