Html Css Color HEX #CC7362 Japonica

📋 copy color: '#CC7362'

red 204 ◦ green 115 ◦ blue 98

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

Shades of Japonica #CC7362

Tints of Japonica #CC7362

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 48.92%
G = 27.58%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC7362 (or 0xCC7362) is known color: Japonica. HEX triplet: CC, 73 and 62. RGB value is (204,115,98). Sum of RGB (Red+Green+Blue) = 204+115+98=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7362 is #338C9D. Grayscale: #8B8B8B. Windows color (decimal): -3378334 or 6452172. OLE color: 6452172.

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

Color convert

RGB 204 115 98 -
CMYK 0 0.44 0.52 0.2
HSL 9.62º 0.51% 0.59% -
HSV(B) 9.62º 0.52% 0.8% -
XYZ 33.24 25.98 14.82 -
YUV 139.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 204 115 98 0 0.44 0.52 0.2 9.62 0.51 0.59
Hex CC 73 62 0 2C 34 14 A 33 3B
Octal 314 163 142 0 54 64 24 12 63 73
Binary 11001100 1110011 1100010 0 101100 110100 10100 1010 110011 111011

Color Harmonies of #CC7362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7362

Black with #CC7362

Text Example


Text Example

White with #CC7362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7362; }

 p { color: rgb(204,115,98); }

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

background-color css

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

 a { background-color: rgb(204,115,98); }

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

border-color css

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

 span { border-color: rgb(204,115,98); }

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