Html Css Color HEX #CF7552 Japonica

📋 copy color: '#CF7552'

red 207 ◦ green 117 ◦ blue 82

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

Shades of Japonica #CF7552

Tints of Japonica #CF7552

RGB

 RED value IS 207 (81.25% from 255) = 50.99%

 GREEN value IS 117 (46.09% from 255) = 28.82%

 BLUE value IS 82 (32.42% from 255) = 20.2%

R = 50.99%
G = 28.82%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF7552 (or 0xCF7552) is known color: Japonica. HEX triplet: CF, 75 and 52. RGB value is (207,117,82). Sum of RGB (Red+Green+Blue) = 207+117+82=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7552 is #308AAD. Grayscale: #8C8C8C. Windows color (decimal): -3181230 or 5404111. OLE color: 5404111.

HSL color Cylindrical-coordinate representation of color #CF7552: hue angle of 16.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF7552 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 82 -
CMYK 0 0.43 0.60 0.19
HSL 16.8º 0.57% 0.57% -
HSV(B) 16.8º 0.6% 0.81% -
XYZ 33.62 26.6 11.34 -
YUV 139.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 207 117 82 0 0.43 0.60 0.19 16.8 0.57 0.57
Hex CF 75 52 0 2B 3C 13 11 39 39
Octal 317 165 122 0 53 74 23 21 71 71
Binary 11001111 1110101 1010010 0 101011 111100 10011 10001 111001 111001

Color Harmonies of #CF7552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7552

Black with #CF7552

Text Example


Text Example

White with #CF7552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7552; }

 p { color: rgb(207,117,82); }

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

background-color css

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

 a { background-color: rgb(207,117,82); }

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

border-color css

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

 span { border-color: rgb(207,117,82); }

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