Html Css Color HEX #FFCA7A Chardonnay

📋 copy color: '#FFCA7A'

red 255 ◦ green 202 ◦ blue 122

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

Shades of Chardonnay #FFCA7A

Tints of Chardonnay #FFCA7A

RGB

 RED value IS 255 (100% from 255) = 44.04%

 GREEN value IS 202 (79.3% from 255) = 34.89%

 BLUE value IS 122 (48.05% from 255) = 21.07%

R = 44.04%
G = 34.89%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FFCA7A (or 0xFFCA7A) is known color: Chardonnay. HEX triplet: FF, CA and 7A. RGB value is (255,202,122). Sum of RGB (Red+Green+Blue) = 255+202+122=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA7A is #003585. Grayscale: #D1D1D1. Windows color (decimal): -13702 or 8047359. OLE color: 8047359.

HSL color Cylindrical-coordinate representation of color #FFCA7A: hue angle of 36.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFCA7A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 122 -
CMYK 0 0.21 0.52 0
HSL 36.09º 1% 0.74% -
HSV(B) 36.09º 0.52% 1% -
XYZ 65.87 64.91 27.47 -
YUV 208.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 255 202 122 0 0.21 0.52 0 36.09 1 0.74
Hex FF CA 7A 0 15 34 0 24 64 4A
Octal 377 312 172 0 25 64 0 44 144 112
Binary 11111111 11001010 1111010 0 10101 110100 0 100100 1100100 1001010

Color Harmonies of #FFCA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA7A

Black with #FFCA7A

Text Example


Text Example

White with #FFCA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA7A; }

 p { color: rgb(255,202,122); }

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

background-color css

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

 a { background-color: rgb(255,202,122); }

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

border-color css

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

 span { border-color: rgb(255,202,122); }

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