Html Css Color HEX #CF6D60 Japonica

📋 copy color: '#CF6D60'

red 207 ◦ green 109 ◦ blue 96

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

Shades of Japonica #CF6D60

Tints of Japonica #CF6D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.46%

 BLUE value IS 96 (37.89% from 255) = 23.3%

R = 50.24%
G = 26.46%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF6D60 (or 0xCF6D60) is known color: Japonica. HEX triplet: CF, 6D and 60. RGB value is (207,109,96). Sum of RGB (Red+Green+Blue) = 207+109+96=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D60 is #30929F. Grayscale: #888888. Windows color (decimal): -3183264 or 6319567. OLE color: 6319567.

HSL color Cylindrical-coordinate representation of color #CF6D60: hue angle of 7.03º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6D60 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 96 -
CMYK 0 0.47 0.54 0.19
HSL 7.03º 0.54% 0.59% -
HSV(B) 7.03º 0.54% 0.81% -
XYZ 33.31 25.05 14.15 -
YUV 136.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 207 109 96 0 0.47 0.54 0.19 7.03 0.54 0.59
Hex CF 6D 60 0 2F 36 13 7 36 3B
Octal 317 155 140 0 57 66 23 7 66 73
Binary 11001111 1101101 1100000 0 101111 110110 10011 111 110110 111011

Color Harmonies of #CF6D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D60

Black with #CF6D60

Text Example


Text Example

White with #CF6D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D60; }

 p { color: rgb(207,109,96); }

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

background-color css

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

 a { background-color: rgb(207,109,96); }

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

border-color css

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

 span { border-color: rgb(207,109,96); }

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