Html Css Color HEX #CF8A8A Oriental Pink

📋 copy color: '#CF8A8A'

red 207 ◦ green 138 ◦ blue 138

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

Shades of Oriental Pink #CF8A8A

Tints of Oriental Pink #CF8A8A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.57%

 BLUE value IS 138 (54.3% from 255) = 28.57%

R = 42.86%
G = 28.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF8A8A (or 0xCF8A8A) is known color: Oriental Pink. HEX triplet: CF, 8A and 8A. RGB value is (207,138,138). Sum of RGB (Red+Green+Blue) = 207+138+138=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8A8A is #307575. Grayscale: #9E9E9E. Windows color (decimal): -3175798 or 9079503. OLE color: 9079503.

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

Color convert

RGB 207 138 138 -
CMYK 0 0.33 0.33 0.19
HSL 0.42% 0.68% -
HSV(B) 0.33% 0.81% -
XYZ 39.41 33.28 28.39 -
YUV 158.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 207 138 138 0 0.33 0.33 0.19 0 0.42 0.68
Hex CF 8A 8A 0 21 21 13 0 2A 44
Octal 317 212 212 0 41 41 23 0 52 104
Binary 11001111 10001010 10001010 0 100001 100001 10011 0 101010 1000100

Color Harmonies of #CF8A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A8A

Black with #CF8A8A

Text Example


Text Example

White with #CF8A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A8A; }

 p { color: rgb(207,138,138); }

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

background-color css

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

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

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

border-color css

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

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

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