Html Css Color HEX #CFD5A6 Orinoco

📋 copy color: '#CFD5A6'

red 207 ◦ green 213 ◦ blue 166

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

Shades of Orinoco #CFD5A6

Tints of Orinoco #CFD5A6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.35%

 BLUE value IS 166 (65.23% from 255) = 28.33%

R = 35.32%
G = 36.35%
B = 28.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#CFD5A6 (or 0xCFD5A6) is known color: Orinoco. HEX triplet: CF, D5 and A6. RGB value is (207,213,166). Sum of RGB (Red+Green+Blue) = 207+213+166=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD5A6 is #302A59. Grayscale: #CECECE. Windows color (decimal): -3156570 or 10933711. OLE color: 10933711.

HSL color Cylindrical-coordinate representation of color #CFD5A6: hue angle of 67.66º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFD5A6 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 166 -
CMYK 0.03 0 0.22 0.16
HSL 67.66º 0.36% 0.74% -
HSV(B) 67.66º 0.22% 0.84% -
XYZ 56.41 63.61 45.38 -
YUV 205.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 207 213 166 0.03 0 0.22 0.16 67.66 0.36 0.74
Hex CF D5 A6 3 0 16 10 44 24 4A
Octal 317 325 246 3 0 26 20 104 44 112
Binary 11001111 11010101 10100110 11 0 10110 10000 1000100 100100 1001010

Color Harmonies of #CFD5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5A6

Black with #CFD5A6

Text Example


Text Example

White with #CFD5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5A6; }

 p { color: rgb(207,213,166); }

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

background-color css

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

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

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

border-color css

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

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

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