Html Css Color HEX #CF7152 Japonica

📋 copy color: '#CF7152'

red 207 ◦ green 113 ◦ blue 82

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

Shades of Japonica #CF7152

Tints of Japonica #CF7152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.11%

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

R = 51.49%
G = 28.11%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF7152 (or 0xCF7152) is known color: Japonica. HEX triplet: CF, 71 and 52. RGB value is (207,113,82). Sum of RGB (Red+Green+Blue) = 207+113+82=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7152 is #308EAD. Grayscale: #898989. Windows color (decimal): -3182254 or 5403087. OLE color: 5403087.

HSL color Cylindrical-coordinate representation of color #CF7152: hue angle of 14.88º 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 #CF7152 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 82 -
CMYK 0 0.45 0.60 0.19
HSL 14.88º 0.57% 0.57% -
HSV(B) 14.88º 0.6% 0.81% -
XYZ 33.16 25.68 11.19 -
YUV 137.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 207 113 82 0 0.45 0.60 0.19 14.88 0.57 0.57
Hex CF 71 52 0 2D 3C 13 F 39 39
Octal 317 161 122 0 55 74 23 17 71 71
Binary 11001111 1110001 1010010 0 101101 111100 10011 1111 111001 111001

Color Harmonies of #CF7152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7152

Black with #CF7152

Text Example


Text Example

White with #CF7152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7152; }

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

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

background-color css

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

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

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

border-color css

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

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

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