Html Css Color HEX #CF6D5C Japonica

📋 copy color: '#CF6D5C'

red 207 ◦ green 109 ◦ blue 92

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

Shades of Japonica #CF6D5C

Tints of Japonica #CF6D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 50.74%
G = 26.72%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF6D5C (or 0xCF6D5C) is known color: Japonica. HEX triplet: CF, 6D and 5C. RGB value is (207,109,92). Sum of RGB (Red+Green+Blue) = 207+109+92=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D5C is #3092A3. Grayscale: #888888. Windows color (decimal): -3183268 or 6057423. OLE color: 6057423.

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

Color convert

RGB 207 109 92 -
CMYK 0 0.47 0.56 0.19
HSL 8.87º 0.55% 0.59% -
HSV(B) 8.87º 0.56% 0.81% -
XYZ 33.13 24.98 13.2 -
YUV 136.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 207 109 92 0 0.47 0.56 0.19 8.87 0.55 0.59
Hex CF 6D 5C 0 2F 38 13 9 37 3B
Octal 317 155 134 0 57 70 23 11 67 73
Binary 11001111 1101101 1011100 0 101111 111000 10011 1001 110111 111011

Color Harmonies of #CF6D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D5C

Black with #CF6D5C

Text Example


Text Example

White with #CF6D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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