Html Css Color HEX #CF907D Feldspar

📋 copy color: '#CF907D'

red 207 ◦ green 144 ◦ blue 125

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

Shades of Feldspar #CF907D

Tints of Feldspar #CF907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.25%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 43.49%
G = 30.25%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF907D (or 0xCF907D) is known color: Feldspar. HEX triplet: CF, 90 and 7D. RGB value is (207,144,125). Sum of RGB (Red+Green+Blue) = 207+144+125=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF907D is #306F82. Grayscale: #A0A0A0. Windows color (decimal): -3174275 or 8229071. OLE color: 8229071.

HSL color Cylindrical-coordinate representation of color #CF907D: hue angle of 13.9º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF907D is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 144 125 -
CMYK 0 0.30 0.40 0.19
HSL 13.9º 0.46% 0.65% -
HSV(B) 13.9º 0.4% 0.81% -
XYZ 39.41 34.69 24.02 -
YUV 160.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 207 144 125 0 0.30 0.40 0.19 13.9 0.46 0.65
Hex CF 90 7D 0 1E 28 13 E 2E 41
Octal 317 220 175 0 36 50 23 16 56 101
Binary 11001111 10010000 1111101 0 11110 101000 10011 1110 101110 1000001

Color Harmonies of #CF907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF907D

Black with #CF907D

Text Example


Text Example

White with #CF907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF907D; }

 p { color: rgb(207,144,125); }

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

background-color css

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

 a { background-color: rgb(207,144,125); }

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

border-color css

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

 span { border-color: rgb(207,144,125); }

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