Html Css Color HEX #CC7263 Japonica

📋 copy color: '#CC7263'

red 204 ◦ green 114 ◦ blue 99

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

Shades of Japonica #CC7263

Tints of Japonica #CC7263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 99 (39.06% from 255) = 23.74%

R = 48.92%
G = 27.34%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC7263 (or 0xCC7263) is known color: Japonica. HEX triplet: CC, 72 and 63. RGB value is (204,114,99). Sum of RGB (Red+Green+Blue) = 204+114+99=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7263 is #338D9C. Grayscale: #8B8B8B. Windows color (decimal): -3378589 or 6517452. OLE color: 6517452.

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

Color convert

RGB 204 114 99 -
CMYK 0 0.44 0.51 0.2
HSL 8.57º 0.51% 0.59% -
HSV(B) 8.57º 0.51% 0.8% -
XYZ 33.17 25.77 15.03 -
YUV 139.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 204 114 99 0 0.44 0.51 0.2 8.57 0.51 0.59
Hex CC 72 63 0 2C 33 14 9 33 3B
Octal 314 162 143 0 54 63 24 11 63 73
Binary 11001100 1110010 1100011 0 101100 110011 10100 1001 110011 111011

Color Harmonies of #CC7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7263

Black with #CC7263

Text Example


Text Example

White with #CC7263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7263; }

 p { color: rgb(204,114,99); }

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

background-color css

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

 a { background-color: rgb(204,114,99); }

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

border-color css

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

 span { border-color: rgb(204,114,99); }

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