Html Css Color HEX #CC675B Sunglo

📋 copy color: '#CC675B'

red 204 ◦ green 103 ◦ blue 91

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

Shades of Sunglo #CC675B

Tints of Sunglo #CC675B

RGB

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

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

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

R = 51.26%
G = 25.88%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC675B (or 0xCC675B) is known color: Sunglo. HEX triplet: CC, 67 and 5B. RGB value is (204,103,91). Sum of RGB (Red+Green+Blue) = 204+103+91=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC675B is #3398A4. Grayscale: #838383. Windows color (decimal): -3381413 or 5990348. OLE color: 5990348.

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

Color convert

RGB 204 103 91 -
CMYK 0 0.50 0.55 0.2
HSL 6.37º 0.53% 0.58% -
HSV(B) 6.37º 0.55% 0.8% -
XYZ 31.64 23.29 12.73 -
YUV 131.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 204 103 91 0 0.50 0.55 0.2 6.37 0.53 0.58
Hex CC 67 5B 0 32 37 14 6 35 3A
Octal 314 147 133 0 62 67 24 6 65 72
Binary 11001100 1100111 1011011 0 110010 110111 10100 110 110101 111010

Color Harmonies of #CC675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC675B

Black with #CC675B

Text Example


Text Example

White with #CC675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC675B; }

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

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

background-color css

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

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

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

border-color css

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

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

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