Html Css Color HEX #CF7B5C Japonica

📋 copy color: '#CF7B5C'

red 207 ◦ green 123 ◦ blue 92

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

Shades of Japonica #CF7B5C

Tints of Japonica #CF7B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

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

R = 49.05%
G = 29.15%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF7B5C (or 0xCF7B5C) is known color: Japonica. HEX triplet: CF, 7B and 5C. RGB value is (207,123,92). Sum of RGB (Red+Green+Blue) = 207+123+92=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B5C is #3084A3. Grayscale: #909090. Windows color (decimal): -3179684 or 6061007. OLE color: 6061007.

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

Color convert

RGB 207 123 92 -
CMYK 0 0.41 0.56 0.19
HSL 16.17º 0.55% 0.59% -
HSV(B) 16.17º 0.56% 0.81% -
XYZ 34.75 28.2 13.74 -
YUV 144.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 207 123 92 0 0.41 0.56 0.19 16.17 0.55 0.59
Hex CF 7B 5C 0 29 38 13 10 37 3B
Octal 317 173 134 0 51 70 23 20 67 73
Binary 11001111 1111011 1011100 0 101001 111000 10011 10000 110111 111011

Color Harmonies of #CF7B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B5C

Black with #CF7B5C

Text Example


Text Example

White with #CF7B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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