Html Css Color HEX #CF6B5C Japonica

📋 copy color: '#CF6B5C'

red 207 ◦ green 107 ◦ blue 92

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

Shades of Japonica #CF6B5C

Tints of Japonica #CF6B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 50.99%
G = 26.35%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF6B5C (or 0xCF6B5C) is known color: Japonica. HEX triplet: CF, 6B and 5C. RGB value is (207,107,92). Sum of RGB (Red+Green+Blue) = 207+107+92=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B5C is #3094A3. Grayscale: #878787. Windows color (decimal): -3183780 or 6056911. OLE color: 6056911.

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

Color convert

RGB 207 107 92 -
CMYK 0 0.48 0.56 0.19
HSL 7.83º 0.55% 0.59% -
HSV(B) 7.83º 0.56% 0.81% -
XYZ 32.92 24.55 13.13 -
YUV 135.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 207 107 92 0 0.48 0.56 0.19 7.83 0.55 0.59
Hex CF 6B 5C 0 30 38 13 8 37 3B
Octal 317 153 134 0 60 70 23 10 67 73
Binary 11001111 1101011 1011100 0 110000 111000 10011 1000 110111 111011

Color Harmonies of #CF6B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B5C

Black with #CF6B5C

Text Example


Text Example

White with #CF6B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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