Html Css Color HEX #CF6C62 Japonica

📋 copy color: '#CF6C62'

red 207 ◦ green 108 ◦ blue 98

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

Shades of Japonica #CF6C62

Tints of Japonica #CF6C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.15%

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

R = 50.12%
G = 26.15%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF6C62 (or 0xCF6C62) is known color: Japonica. HEX triplet: CF, 6C and 62. RGB value is (207,108,98). Sum of RGB (Red+Green+Blue) = 207+108+98=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C62 is #30939D. Grayscale: #888888. Windows color (decimal): -3183518 or 6450383. OLE color: 6450383.

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

Color convert

RGB 207 108 98 -
CMYK 0 0.48 0.53 0.19
HSL 5.5º 0.53% 0.6% -
HSV(B) 5.5º 0.53% 0.81% -
XYZ 33.3 24.87 14.6 -
YUV 136.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 207 108 98 0 0.48 0.53 0.19 5.5 0.53 0.6
Hex CF 6C 62 0 30 35 13 6 35 3C
Octal 317 154 142 0 60 65 23 6 65 74
Binary 11001111 1101100 1100010 0 110000 110101 10011 110 110101 111100

Color Harmonies of #CF6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C62

Black with #CF6C62

Text Example


Text Example

White with #CF6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C62; }

 p { color: rgb(207,108,98); }

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

background-color css

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

 a { background-color: rgb(207,108,98); }

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

border-color css

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

 span { border-color: rgb(207,108,98); }

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